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
33 34 35 |
# File 'lib/still_active/diff.rb', line 33 def data @data end |
#name ⇒ Object
Returns the value of attribute name
33 34 35 |
# File 'lib/still_active/diff.rb', line 33 def name @name end |