Class: InvoicePrinter::PDFDocument::PageSize

Inherits:
Struct
  • Object
show all
Defined in:
lib/invoice_printer/pdf_document.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



55
56
57
# File 'lib/invoice_printer/pdf_document.rb', line 55

def height
  @height
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



55
56
57
# File 'lib/invoice_printer/pdf_document.rb', line 55

def name
  @name
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



55
56
57
# File 'lib/invoice_printer/pdf_document.rb', line 55

def width
  @width
end