Class: StillActive::Diff::Removed
- Inherits:
-
Struct
- Object
- Struct
- StillActive::Diff::Removed
- Defined in:
- lib/still_active/diff.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
21 22 23 |
# File 'lib/still_active/diff.rb', line 21 def data @data end |
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/still_active/diff.rb', line 21 def name @name end |