Skip to content

Commit ece4b77

Browse files
committed
fixes warning method redefined; discarding old attributes
1 parent 60ba235 commit ece4b77

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)