Class: Badline::Storage::CRTFile::Chip
- Inherits:
-
Data
- Object
- Data
- Badline::Storage::CRTFile::Chip
- Defined in:
- lib/badline/storage/crt_file.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#bank ⇒ Object
readonly
Returns the value of attribute bank.
-
#chip_type ⇒ Object
readonly
Returns the value of attribute chip_type.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Attribute Details
#address ⇒ Object (readonly)
Returns the value of attribute address
13 14 15 |
# File 'lib/badline/storage/crt_file.rb', line 13 def address @address end |
#bank ⇒ Object (readonly)
Returns the value of attribute bank
13 14 15 |
# File 'lib/badline/storage/crt_file.rb', line 13 def bank @bank end |
#chip_type ⇒ Object (readonly)
Returns the value of attribute chip_type
13 14 15 |
# File 'lib/badline/storage/crt_file.rb', line 13 def chip_type @chip_type end |
#data ⇒ Object (readonly)
Returns the value of attribute data
13 14 15 |
# File 'lib/badline/storage/crt_file.rb', line 13 def data @data end |