Class: Etapper::API::CartOrderResponse
- Inherits:
-
Object
- Object
- Etapper::API::CartOrderResponse
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#createdNewAccount ⇒ Object
Returns the value of attribute createdNewAccount.
-
#journalEntryRefs ⇒ Object
Returns the value of attribute journalEntryRefs.
Instance Method Summary collapse
-
#initialize(accountNumber = nil, accountRef = nil, createdNewAccount = nil, journalEntryRefs = nil) ⇒ CartOrderResponse
constructor
A new instance of CartOrderResponse.
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
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
3080 3081 3082 |
# File 'lib/etapper/api/service.rb', line 3080 def accountNumber @accountNumber end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
3081 3082 3083 |
# File 'lib/etapper/api/service.rb', line 3081 def accountRef @accountRef end |
#createdNewAccount ⇒ Object
Returns the value of attribute createdNewAccount.
3082 3083 3084 |
# File 'lib/etapper/api/service.rb', line 3082 def createdNewAccount @createdNewAccount end |
#journalEntryRefs ⇒ Object
Returns the value of attribute journalEntryRefs.
3083 3084 3085 |
# File 'lib/etapper/api/service.rb', line 3083 def journalEntryRefs @journalEntryRefs end |