Class: RgGen::RegisterMap::GenericMap::Cell::Position
- Inherits:
-
Struct
- Object
- Struct
- RgGen::RegisterMap::GenericMap::Cell::Position
- Defined in:
- lib/rggen/core_components/register_map/generic_map.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#file ⇒ Object
Returns the value of attribute file.
-
#row ⇒ Object
Returns the value of attribute row.
-
#sheet ⇒ Object
Returns the value of attribute sheet.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
5 6 7 |
# File 'lib/rggen/core_components/register_map/generic_map.rb', line 5 def column @column end |
#file ⇒ Object
Returns the value of attribute file
5 6 7 |
# File 'lib/rggen/core_components/register_map/generic_map.rb', line 5 def file @file end |
#row ⇒ Object
Returns the value of attribute row
5 6 7 |
# File 'lib/rggen/core_components/register_map/generic_map.rb', line 5 def row @row end |
#sheet ⇒ Object
Returns the value of attribute sheet
5 6 7 |
# File 'lib/rggen/core_components/register_map/generic_map.rb', line 5 def sheet @sheet end |