Class: DynamicPDFApi::Image
- Inherits:
-
Object
- Object
- DynamicPDFApi::Image
- Defined in:
- lib/ruby_client/Imaging/PdfImageResponse.rb
Instance Attribute Summary collapse
-
#billed_pages ⇒ Object
Returns the value of attribute billed_pages.
-
#data ⇒ Object
Returns the value of attribute data.
-
#height ⇒ Object
Returns the value of attribute height.
-
#page_number ⇒ Object
Returns the value of attribute page_number.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#billed_pages ⇒ Object
Returns the value of attribute billed_pages.
33 34 35 |
# File 'lib/ruby_client/Imaging/PdfImageResponse.rb', line 33 def billed_pages @billed_pages end |
#data ⇒ Object
Returns the value of attribute data.
31 32 33 |
# File 'lib/ruby_client/Imaging/PdfImageResponse.rb', line 31 def data @data end |
#height ⇒ Object
Returns the value of attribute height.
37 38 39 |
# File 'lib/ruby_client/Imaging/PdfImageResponse.rb', line 37 def height @height end |
#page_number ⇒ Object
Returns the value of attribute page_number.
29 30 31 |
# File 'lib/ruby_client/Imaging/PdfImageResponse.rb', line 29 def page_number @page_number end |
#width ⇒ Object
Returns the value of attribute width.
35 36 37 |
# File 'lib/ruby_client/Imaging/PdfImageResponse.rb', line 35 def width @width end |