Class: Huginn::Datatable::AssociationPath::Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/huginn/datatable/association_path.rb

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



19
20
21
# File 'lib/huginn/datatable/association_path.rb', line 19

def klass
  @klass
end

Returns the value of attribute link_to_previous

Returns:

  • (Object)

    the current value of link_to_previous



19
20
21
# File 'lib/huginn/datatable/association_path.rb', line 19

def link_to_previous
  @link_to_previous
end

#reflectionObject

Returns the value of attribute reflection

Returns:

  • (Object)

    the current value of reflection



19
20
21
# File 'lib/huginn/datatable/association_path.rb', line 19

def reflection
  @reflection
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



19
20
21
# File 'lib/huginn/datatable/association_path.rb', line 19

def table
  @table
end