Class: RgGen::RegisterMap::GenericMap::Cell::Position

Inherits:
Struct
  • Object
show all
Defined in:
lib/rggen/core_components/register_map/generic_map.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



5
6
7
# File 'lib/rggen/core_components/register_map/generic_map.rb', line 5

def column
  @column
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



5
6
7
# File 'lib/rggen/core_components/register_map/generic_map.rb', line 5

def file
  @file
end

#rowObject

Returns the value of attribute row

Returns:

  • (Object)

    the current value of row



5
6
7
# File 'lib/rggen/core_components/register_map/generic_map.rb', line 5

def row
  @row
end

#sheetObject

Returns the value of attribute sheet

Returns:

  • (Object)

    the current value of sheet



5
6
7
# File 'lib/rggen/core_components/register_map/generic_map.rb', line 5

def sheet
  @sheet
end