Class: PureJPEG::JFIFReader::ScanComponent
- Inherits:
-
Struct
- Object
- Struct
- PureJPEG::JFIFReader::ScanComponent
- Defined in:
- lib/pure_jpeg/jfif_reader.rb
Instance Attribute Summary collapse
-
#ac_table_id ⇒ Object
Returns the value of attribute ac_table_id.
-
#dc_table_id ⇒ Object
Returns the value of attribute dc_table_id.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#ac_table_id ⇒ Object
Returns the value of attribute ac_table_id
9 10 11 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 9 def ac_table_id @ac_table_id end |
#dc_table_id ⇒ Object
Returns the value of attribute dc_table_id
9 10 11 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 9 def dc_table_id @dc_table_id end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/pure_jpeg/jfif_reader.rb', line 9 def id @id end |