Class: Decisive::DSL::Column
- Inherits:
-
Struct
- Object
- Struct
- Decisive::DSL::Column
- Defined in:
- lib/decisive/template_handler.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#field ⇒ Object
Returns the value of attribute field.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
29 30 31 |
# File 'lib/decisive/template_handler.rb', line 29 def block @block end |
#field ⇒ Object
Returns the value of attribute field
29 30 31 |
# File 'lib/decisive/template_handler.rb', line 29 def field @field end |
#label ⇒ Object
Returns the value of attribute label
29 30 31 |
# File 'lib/decisive/template_handler.rb', line 29 def label @label end |