Class: InvoicePrinter::PDFDocument::PageSize
- Inherits:
-
Struct
- Object
- Struct
- InvoicePrinter::PDFDocument::PageSize
- Defined in:
- lib/invoice_printer/pdf_document.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#name ⇒ Object
Returns the value of attribute name.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
55 56 57 |
# File 'lib/invoice_printer/pdf_document.rb', line 55 def height @height end |
#name ⇒ Object
Returns the value of attribute name
55 56 57 |
# File 'lib/invoice_printer/pdf_document.rb', line 55 def name @name end |
#width ⇒ Object
Returns the value of attribute width
55 56 57 |
# File 'lib/invoice_printer/pdf_document.rb', line 55 def width @width end |