Class: D64::Block

Inherits:
Struct
  • Object
show all
Defined in:
lib/d64/block.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sectorObject

Returns the value of attribute sector

Returns:

  • (Object)

    the current value of sector



2
3
4
# File 'lib/d64/block.rb', line 2

def sector
  @sector
end

#trackObject

Returns the value of attribute track

Returns:

  • (Object)

    the current value of track



2
3
4
# File 'lib/d64/block.rb', line 2

def track
  @track
end