Class: MppReader::FieldMap::Item
- Inherits:
-
Struct
- Object
- Struct
- MppReader::FieldMap::Item
- Defined in:
- lib/mpp_reader/field_map.rb
Instance Attribute Summary collapse
-
#data_block ⇒ Object
Returns the value of attribute data_block.
-
#data_type ⇒ Object
Returns the value of attribute data_type.
-
#fixed_offset ⇒ Object
Returns the value of attribute fixed_offset.
-
#location ⇒ Object
Returns the value of attribute location.
-
#mask ⇒ Object
Returns the value of attribute mask.
-
#meta_block ⇒ Object
Returns the value of attribute meta_block.
-
#units_field ⇒ Object
Returns the value of attribute units_field.
-
#var_key ⇒ Object
Returns the value of attribute var_key.
Instance Attribute Details
#data_block ⇒ Object
Returns the value of attribute data_block
15 16 17 |
# File 'lib/mpp_reader/field_map.rb', line 15 def data_block @data_block end |
#data_type ⇒ Object
Returns the value of attribute data_type
15 16 17 |
# File 'lib/mpp_reader/field_map.rb', line 15 def data_type @data_type end |
#fixed_offset ⇒ Object
Returns the value of attribute fixed_offset
15 16 17 |
# File 'lib/mpp_reader/field_map.rb', line 15 def fixed_offset @fixed_offset end |
#location ⇒ Object
Returns the value of attribute location
15 16 17 |
# File 'lib/mpp_reader/field_map.rb', line 15 def location @location end |
#mask ⇒ Object
Returns the value of attribute mask
15 16 17 |
# File 'lib/mpp_reader/field_map.rb', line 15 def mask @mask end |
#meta_block ⇒ Object
Returns the value of attribute meta_block
15 16 17 |
# File 'lib/mpp_reader/field_map.rb', line 15 def @meta_block end |
#units_field ⇒ Object
Returns the value of attribute units_field
15 16 17 |
# File 'lib/mpp_reader/field_map.rb', line 15 def units_field @units_field end |
#var_key ⇒ Object
Returns the value of attribute var_key
15 16 17 |
# File 'lib/mpp_reader/field_map.rb', line 15 def var_key @var_key end |