Class: Erbee::ModelInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/erbee/model_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#associationsObject

Returns the value of attribute associations

Returns:

  • (Object)

    the current value of associations



2
3
4
# File 'lib/erbee/model_info.rb', line 2

def associations
  @associations
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



2
3
4
# File 'lib/erbee/model_info.rb', line 2

def columns
  @columns
end

#model_classObject

Returns the value of attribute model_class

Returns:

  • (Object)

    the current value of model_class



2
3
4
# File 'lib/erbee/model_info.rb', line 2

def model_class
  @model_class
end