Class: Labimotion::ElementVariationColumnSet::Column

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#field_typeObject

Returns the value of attribute field_type

Returns:

  • (Object)

    the current value of field_type



47
48
49
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47

def field_type
  @field_type
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



47
48
49
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47

def group
  @group
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



47
48
49
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47

def key
  @key
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



47
48
49
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47

def kind
  @kind
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



47
48
49
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47

def label
  @label
end

#sub_groupObject

Returns the value of attribute sub_group

Returns:

  • (Object)

    the current value of sub_group



47
48
49
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47

def sub_group
  @sub_group
end

#sub_group_keyObject

Returns the value of attribute sub_group_key

Returns:

  • (Object)

    the current value of 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

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



47
48
49
# File 'lib/labimotion/libs/element_variation_column_set.rb', line 47

def unit
  @unit
end