Skip to content

Commit 39ce1c2

Browse files
authored
Merge pull request #27 from Shopify/remove-redundant-getter
fixes warning method redefined; discarding old attributes
2 parents 60ba235 + ece4b77 commit 39ce1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/toxiproxy/toxic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Toxiproxy
22
class Toxic
3-
attr_reader :name, :type, :attributes, :stream, :proxy
3+
attr_reader :name, :type, :stream, :proxy
44
attr_accessor :attributes, :toxicity
55

66
def initialize(attrs)

0 commit comments

Comments
 (0)