Class: Changed::Relationship
- Inherits:
-
Struct
- Object
- Struct
- Changed::Relationship
- Defined in:
- lib/changed.rb
Instance Attribute Summary collapse
-
#associations ⇒ Object
Returns the value of attribute associations.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#associations ⇒ Object
Returns the value of attribute associations
10 11 12 |
# File 'lib/changed.rb', line 10 def associations @associations end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/changed.rb', line 10 def name @name end |