Class: D64::Block
- Inherits:
-
Struct
- Object
- Struct
- D64::Block
- Defined in:
- lib/d64/block.rb
Instance Attribute Summary collapse
-
#sector ⇒ Object
Returns the value of attribute sector.
-
#track ⇒ Object
Returns the value of attribute track.
Instance Attribute Details
#sector ⇒ Object
Returns the value of attribute sector
2 3 4 |
# File 'lib/d64/block.rb', line 2 def sector @sector end |
#track ⇒ Object
Returns the value of attribute track
2 3 4 |
# File 'lib/d64/block.rb', line 2 def track @track end |