Class: VivlioStarter::Pdf::JpegToPdf::JpegMetadata
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::JpegToPdf::JpegMetadata
- Defined in:
- lib/vivlio_starter/cli/pdf/jpeg_to_pdf.rb
Instance Attribute Summary collapse
-
#bits_per_component ⇒ Object
readonly
Returns the value of attribute bits_per_component.
-
#color_space ⇒ Object
readonly
Returns the value of attribute color_space.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#bits_per_component ⇒ Object (readonly)
Returns the value of attribute bits_per_component
141 142 143 |
# File 'lib/vivlio_starter/cli/pdf/jpeg_to_pdf.rb', line 141 def bits_per_component @bits_per_component end |
#color_space ⇒ Object (readonly)
Returns the value of attribute color_space
141 142 143 |
# File 'lib/vivlio_starter/cli/pdf/jpeg_to_pdf.rb', line 141 def color_space @color_space end |
#height ⇒ Object (readonly)
Returns the value of attribute height
141 142 143 |
# File 'lib/vivlio_starter/cli/pdf/jpeg_to_pdf.rb', line 141 def height @height end |
#width ⇒ Object (readonly)
Returns the value of attribute width
141 142 143 |
# File 'lib/vivlio_starter/cli/pdf/jpeg_to_pdf.rb', line 141 def width @width end |