Class: StillActive::Diff::Added
- Inherits:
-
Struct
- Object
- Struct
- StillActive::Diff::Added
- 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
20 21 22 |
# File 'lib/still_active/diff.rb', line 20 def data @data end |
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/still_active/diff.rb', line 20 def name @name end |