Class: Locomotive::RteInput::TableForm
- Inherits:
-
Struct
- Object
- Struct
- Locomotive::RteInput::TableForm
- Includes:
- ActiveModel::Model
- Defined in:
- app/inputs/locomotive/rte_input.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#cols ⇒ Object
Returns the value of attribute cols.
-
#head ⇒ Object
Returns the value of attribute head.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
63 64 65 |
# File 'app/inputs/locomotive/rte_input.rb', line 63 def class_name @class_name end |
#cols ⇒ Object
Returns the value of attribute cols
63 64 65 |
# File 'app/inputs/locomotive/rte_input.rb', line 63 def cols @cols end |
#head ⇒ Object
Returns the value of attribute head
63 64 65 |
# File 'app/inputs/locomotive/rte_input.rb', line 63 def head @head end |
#rows ⇒ Object
Returns the value of attribute rows
63 64 65 |
# File 'app/inputs/locomotive/rte_input.rb', line 63 def rows @rows end |