Class: VivlioStarter::Pdf::JpegToPdf::JpegMetadata

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/pdf/jpeg_to_pdf.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bits_per_componentObject (readonly)

Returns the value of attribute bits_per_component

Returns:

  • (Object)

    the current value of 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_spaceObject (readonly)

Returns the value of attribute color_space

Returns:

  • (Object)

    the current value of color_space



141
142
143
# File 'lib/vivlio_starter/cli/pdf/jpeg_to_pdf.rb', line 141

def color_space
  @color_space
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



141
142
143
# File 'lib/vivlio_starter/cli/pdf/jpeg_to_pdf.rb', line 141

def height
  @height
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



141
142
143
# File 'lib/vivlio_starter/cli/pdf/jpeg_to_pdf.rb', line 141

def width
  @width
end