Class: Etapper::API::CartOrderResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceCartOrderResponse

accountNumber - SOAP::SOAPInt
accountRef - SOAP::SOAPString
createdNewAccount - SOAP::SOAPBoolean
journalEntryRefs - Etapper::API::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountNumber = nil, accountRef = nil, createdNewAccount = nil, journalEntryRefs = nil) ⇒ CartOrderResponse

Returns a new instance of CartOrderResponse.



3085
3086
3087
3088
3089
3090
# File 'lib/etapper/api/service.rb', line 3085

def initialize(accountNumber = nil, accountRef = nil, createdNewAccount = nil, journalEntryRefs = nil)
  @accountNumber = accountNumber
  @accountRef = accountRef
  @createdNewAccount = createdNewAccount
  @journalEntryRefs = journalEntryRefs
end

Instance Attribute Details

#accountNumberObject

Returns the value of attribute accountNumber.



3080
3081
3082
# File 'lib/etapper/api/service.rb', line 3080

def accountNumber
  @accountNumber
end

#accountRefObject

Returns the value of attribute accountRef.



3081
3082
3083
# File 'lib/etapper/api/service.rb', line 3081

def accountRef
  @accountRef
end

#createdNewAccountObject

Returns the value of attribute createdNewAccount.



3082
3083
3084
# File 'lib/etapper/api/service.rb', line 3082

def createdNewAccount
  @createdNewAccount
end

#journalEntryRefsObject

Returns the value of attribute journalEntryRefs.



3083
3084
3085
# File 'lib/etapper/api/service.rb', line 3083

def journalEntryRefs
  @journalEntryRefs
end