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



53
54
55
# File 'lib/invoice_printer/pdf_document.rb', line 53

def height
  @height
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



53
54
55
# File 'lib/invoice_printer/pdf_document.rb', line 53

def name
  @name
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



53
54
55
# File 'lib/invoice_printer/pdf_document.rb', line 53

def width
  @width
end