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