Class: Huginn::Datatable::AssociationPath::Step
- Inherits:
-
Struct
- Object
- Struct
- Huginn::Datatable::AssociationPath::Step
- Defined in:
- lib/huginn/datatable/association_path.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#link_to_previous ⇒ Object
Returns the value of attribute link_to_previous.
-
#reflection ⇒ Object
Returns the value of attribute reflection.
-
#table ⇒ Object
Returns the value of attribute table.
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
19 20 21 |
# File 'lib/huginn/datatable/association_path.rb', line 19 def klass @klass end |
#link_to_previous ⇒ Object
Returns the value of attribute link_to_previous
19 20 21 |
# File 'lib/huginn/datatable/association_path.rb', line 19 def link_to_previous @link_to_previous end |
#reflection ⇒ Object
Returns the value of attribute reflection
19 20 21 |
# File 'lib/huginn/datatable/association_path.rb', line 19 def reflection @reflection end |
#table ⇒ Object
Returns the value of attribute table
19 20 21 |
# File 'lib/huginn/datatable/association_path.rb', line 19 def table @table end |