Class: Agris::Api::AccountsReceivables::SpecificInvoiceExtract
- Inherits:
-
Object
- Object
- Agris::Api::AccountsReceivables::SpecificInvoiceExtract
- Includes:
- XmlModel
- Defined in:
- lib/agris/api/accounts_receivables/specific_invoice_extract.rb
Instance Attribute Summary collapse
-
#invoice_location ⇒ Object
Returns the value of attribute invoice_location.
-
#invoice_no ⇒ Object
Returns the value of attribute invoice_no.
Instance Method Summary collapse
-
#initialize(invoice_location, invoice_number) ⇒ SpecificInvoiceExtract
constructor
A new instance of SpecificInvoiceExtract.
Methods included from XmlModel
Constructor Details
#initialize(invoice_location, invoice_number) ⇒ SpecificInvoiceExtract
Returns a new instance of SpecificInvoiceExtract.
10 11 12 13 |
# File 'lib/agris/api/accounts_receivables/specific_invoice_extract.rb', line 10 def initialize(invoice_location, invoice_number) @invoice_location = invoice_location @invoice_no = invoice_number end |
Instance Attribute Details
#invoice_location ⇒ Object
Returns the value of attribute invoice_location.
8 9 10 |
# File 'lib/agris/api/accounts_receivables/specific_invoice_extract.rb', line 8 def invoice_location @invoice_location end |
#invoice_no ⇒ Object
Returns the value of attribute invoice_no.
8 9 10 |
# File 'lib/agris/api/accounts_receivables/specific_invoice_extract.rb', line 8 def invoice_no @invoice_no end |