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