Class: FileData::JpegSection
- Inherits:
-
Struct
- Object
- Struct
- FileData::JpegSection
- Defined in:
- lib/file_data/file_types/jpeg.rb
Instance Attribute Summary collapse
-
#content_stream ⇒ Object
Returns the value of attribute content_stream.
-
#marker ⇒ Object
Returns the value of attribute marker.
Instance Attribute Details
#content_stream ⇒ Object
Returns the value of attribute content_stream
47 48 49 |
# File 'lib/file_data/file_types/jpeg.rb', line 47 def content_stream @content_stream end |
#marker ⇒ Object
Returns the value of attribute marker
47 48 49 |
# File 'lib/file_data/file_types/jpeg.rb', line 47 def marker @marker end |