Class: Erbee::ModelInfo
- Inherits:
-
Struct
- Object
- Struct
- Erbee::ModelInfo
- Defined in:
- lib/erbee/model_info.rb
Instance Attribute Summary collapse
-
#associations ⇒ Object
Returns the value of attribute associations.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#model_class ⇒ Object
Returns the value of attribute model_class.
Instance Attribute Details
#associations ⇒ Object
Returns the value of attribute associations
2 3 4 |
# File 'lib/erbee/model_info.rb', line 2 def associations @associations end |
#columns ⇒ Object
Returns the value of attribute columns
2 3 4 |
# File 'lib/erbee/model_info.rb', line 2 def columns @columns end |
#model_class ⇒ Object
Returns the value of attribute model_class
2 3 4 |
# File 'lib/erbee/model_info.rb', line 2 def model_class @model_class end |