Class: Agms::InvoicingResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/agms/response/invoicing_response.rb

Instance Method Summary collapse

Methods inherited from Response

#doMap, #mapResponse, #toArray

Constructor Details

#initializeInvoicingResponse

A class representing AGMS Invoicing Response objects.



5
6
7
8
# File 'lib/agms/response/invoicing_response.rb', line 5

def initialize
  @response = nil
  @mapping = Array.new
end