Class: RelatedObjectLink
- Inherits:
-
Object
- Object
- RelatedObjectLink
- Defined in:
- app/models/related_object_link.rb
Overview
Convenience class to make it easier to link to related objects
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#link ⇒ Object
Returns the value of attribute link.
-
#relation_type ⇒ Object
Returns the value of attribute relation_type.
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier.
4 5 6 |
# File 'app/models/related_object_link.rb', line 4 def identifier @identifier end |
#link ⇒ Object
Returns the value of attribute link.
4 5 6 |
# File 'app/models/related_object_link.rb', line 4 def link @link end |
#relation_type ⇒ Object
Returns the value of attribute relation_type.
4 5 6 |
# File 'app/models/related_object_link.rb', line 4 def relation_type @relation_type end |