Class: ZeroRailsAdapter::Relationship::Hop
- Inherits:
-
Struct
- Object
- Struct
- ZeroRailsAdapter::Relationship::Hop
- Defined in:
- lib/zero_rails_adapter/relationship.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#destination_fields ⇒ Object
Returns the value of attribute destination_fields.
-
#source_fields ⇒ Object
Returns the value of attribute source_fields.
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination
5 6 7 |
# File 'lib/zero_rails_adapter/relationship.rb', line 5 def destination @destination end |
#destination_fields ⇒ Object
Returns the value of attribute destination_fields
5 6 7 |
# File 'lib/zero_rails_adapter/relationship.rb', line 5 def destination_fields @destination_fields end |
#source_fields ⇒ Object
Returns the value of attribute source_fields
5 6 7 |
# File 'lib/zero_rails_adapter/relationship.rb', line 5 def source_fields @source_fields end |