Class: DynamicPDFApi::Image

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_client/Imaging/PdfImageResponse.rb

Instance Attribute Summary collapse

Instance Attribute Details

#billed_pagesObject

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

#dataObject

Returns the value of attribute data.



31
32
33
# File 'lib/ruby_client/Imaging/PdfImageResponse.rb', line 31

def data
  @data
end

#heightObject

Returns the value of attribute height.



37
38
39
# File 'lib/ruby_client/Imaging/PdfImageResponse.rb', line 37

def height
  @height
end

#page_numberObject

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

#widthObject

Returns the value of attribute width.



35
36
37
# File 'lib/ruby_client/Imaging/PdfImageResponse.rb', line 35

def width
  @width
end