Class: Labimotion::ElementVariationColumnSet::Column
- Inherits:
-
Struct
- Object
- Struct
- Labimotion::ElementVariationColumnSet::Column
- Defined in:
- lib/labimotion/libs/element_variation_column_set.rb
Overview
label is the leaf header only. group / sub_group carry the two header
levels above it, so the exporter can rebuild the grid's banded header.
sub_group_key disambiguates two sub-groups that happen to share a label.
Instance Attribute Summary collapse
-
#field_type ⇒ Object
Returns the value of attribute field_type.
-
#group ⇒ Object
Returns the value of attribute group.
-
#key ⇒ Object
Returns the value of attribute key.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#label ⇒ Object
Returns the value of attribute label.
-
#sub_group ⇒ Object
Returns the value of attribute sub_group.
-
#sub_group_key ⇒ Object
Returns the value of attribute sub_group_key.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Attribute Details
#field_type ⇒ Object
Returns the value of attribute field_type
47 48 49 |
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47 def field_type @field_type end |
#group ⇒ Object
Returns the value of attribute group
47 48 49 |
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47 def group @group end |
#key ⇒ Object
Returns the value of attribute key
47 48 49 |
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47 def key @key end |
#kind ⇒ Object
Returns the value of attribute kind
47 48 49 |
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47 def kind @kind end |
#label ⇒ Object
Returns the value of attribute label
47 48 49 |
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47 def label @label end |
#sub_group ⇒ Object
Returns the value of attribute sub_group
47 48 49 |
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47 def sub_group @sub_group end |
#sub_group_key ⇒ Object
Returns the value of attribute sub_group_key
47 48 49 |
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47 def sub_group_key @sub_group_key end |
#unit ⇒ Object
Returns the value of attribute unit
47 48 49 |
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47 def unit @unit end |