Class: OccamsRecord::EagerLoaders::Through::Link
- Inherits:
-
Struct
- Object
- Struct
- OccamsRecord::EagerLoaders::Through::Link
- Defined in:
- lib/occams-record/eager_loaders/through.rb
Instance Attribute Summary collapse
-
#macro ⇒ Object
Returns the value of attribute macro.
-
#name ⇒ Object
Returns the value of attribute name.
-
#next_ref ⇒ Object
Returns the value of attribute next_ref.
-
#ref ⇒ Object
Returns the value of attribute ref.
Instance Attribute Details
#macro ⇒ Object
Returns the value of attribute macro
7 8 9 |
# File 'lib/occams-record/eager_loaders/through.rb', line 7 def macro @macro end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/occams-record/eager_loaders/through.rb', line 7 def name @name end |
#next_ref ⇒ Object
Returns the value of attribute next_ref
7 8 9 |
# File 'lib/occams-record/eager_loaders/through.rb', line 7 def next_ref @next_ref end |
#ref ⇒ Object
Returns the value of attribute ref
7 8 9 |
# File 'lib/occams-record/eager_loaders/through.rb', line 7 def ref @ref end |