Class: Decisive::StreamCSVContext::Column
- Inherits:
-
Struct
- Object
- Struct
- Decisive::StreamCSVContext::Column
- Defined in:
- lib/decisive/stream_csv_context.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
6 7 8 |
# File 'lib/decisive/stream_csv_context.rb', line 6 def block @block end |
#label ⇒ Object
Returns the value of attribute label
6 7 8 |
# File 'lib/decisive/stream_csv_context.rb', line 6 def label @label end |