Class: Etapper::API::Valuable
- Inherits:
-
Object
- Object
- Etapper::API::Valuable
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceValuable
bond - Etapper::API::Bond
cash - Etapper::API::Cash
check - Etapper::API::Check
creditCard - Etapper::API::CreditCard
electronicFundsTransfer - Etapper::API::ElectronicFundsTransfer
inKind - Etapper::API::InKind
insurance - Etapper::API::Insurance
realEstate - Etapper::API::RealEstate
stock - Etapper::API::Stock
type - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#bond ⇒ Object
Returns the value of attribute bond.
-
#cash ⇒ Object
Returns the value of attribute cash.
-
#check ⇒ Object
Returns the value of attribute check.
-
#creditCard ⇒ Object
Returns the value of attribute creditCard.
-
#electronicFundsTransfer ⇒ Object
Returns the value of attribute electronicFundsTransfer.
-
#inKind ⇒ Object
Returns the value of attribute inKind.
-
#insurance ⇒ Object
Returns the value of attribute insurance.
-
#realEstate ⇒ Object
Returns the value of attribute realEstate.
-
#stock ⇒ Object
Returns the value of attribute stock.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(bond = nil, cash = nil, check = nil, creditCard = nil, electronicFundsTransfer = nil, inKind = nil, insurance = nil, realEstate = nil, stock = nil, type = nil) ⇒ Valuable
constructor
A new instance of Valuable.
Constructor Details
#initialize(bond = nil, cash = nil, check = nil, creditCard = nil, electronicFundsTransfer = nil, inKind = nil, insurance = nil, realEstate = nil, stock = nil, type = nil) ⇒ Valuable
Returns a new instance of Valuable.
433 434 435 436 437 438 439 440 441 442 443 444 |
# File 'lib/etapper/api/service.rb', line 433 def initialize(bond = nil, cash = nil, check = nil, creditCard = nil, electronicFundsTransfer = nil, inKind = nil, insurance = nil, realEstate = nil, stock = nil, type = nil) @bond = bond @cash = cash @check = check @creditCard = creditCard @electronicFundsTransfer = electronicFundsTransfer @inKind = inKind @insurance = insurance @realEstate = realEstate @stock = stock @type = type end |
Instance Attribute Details
#bond ⇒ Object
Returns the value of attribute bond.
422 423 424 |
# File 'lib/etapper/api/service.rb', line 422 def bond @bond end |
#cash ⇒ Object
Returns the value of attribute cash.
423 424 425 |
# File 'lib/etapper/api/service.rb', line 423 def cash @cash end |
#check ⇒ Object
Returns the value of attribute check.
424 425 426 |
# File 'lib/etapper/api/service.rb', line 424 def check @check end |
#creditCard ⇒ Object
Returns the value of attribute creditCard.
425 426 427 |
# File 'lib/etapper/api/service.rb', line 425 def creditCard @creditCard end |
#electronicFundsTransfer ⇒ Object
Returns the value of attribute electronicFundsTransfer.
426 427 428 |
# File 'lib/etapper/api/service.rb', line 426 def electronicFundsTransfer @electronicFundsTransfer end |
#inKind ⇒ Object
Returns the value of attribute inKind.
427 428 429 |
# File 'lib/etapper/api/service.rb', line 427 def inKind @inKind end |
#insurance ⇒ Object
Returns the value of attribute insurance.
428 429 430 |
# File 'lib/etapper/api/service.rb', line 428 def insurance @insurance end |
#realEstate ⇒ Object
Returns the value of attribute realEstate.
429 430 431 |
# File 'lib/etapper/api/service.rb', line 429 def realEstate @realEstate end |
#stock ⇒ Object
Returns the value of attribute stock.
430 431 432 |
# File 'lib/etapper/api/service.rb', line 430 def stock @stock end |
#type ⇒ Object
Returns the value of attribute type.
431 432 433 |
# File 'lib/etapper/api/service.rb', line 431 def type @type end |