Class: MoneyMover::Dwolla::CustomerFundingSource
- Inherits:
-
ApiResource
- Object
- ApiResource
- MoneyMover::Dwolla::CustomerFundingSource
- Defined in:
- lib/money_mover/dwolla/models/customer_funding_source.rb
Instance Attribute Summary collapse
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#name ⇒ Object
Returns the value of attribute name.
-
#routingNumber ⇒ Object
Returns the value of attribute routingNumber.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from ApiResource
#_embedded, #_links, #attrs, #id, #resource_location
Instance Method Summary collapse
-
#initialize(customer_id, attrs = {}) ⇒ CustomerFundingSource
constructor
A new instance of CustomerFundingSource.
Methods inherited from ApiResource
Constructor Details
#initialize(customer_id, attrs = {}) ⇒ CustomerFundingSource
Returns a new instance of CustomerFundingSource.
9 10 11 12 |
# File 'lib/money_mover/dwolla/models/customer_funding_source.rb', line 9 def initialize(customer_id, attrs={}) @customer_id = customer_id super attrs end |
Instance Attribute Details
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
4 5 6 |
# File 'lib/money_mover/dwolla/models/customer_funding_source.rb', line 4 def accountNumber @accountNumber end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/money_mover/dwolla/models/customer_funding_source.rb', line 4 def name @name end |
#routingNumber ⇒ Object
Returns the value of attribute routingNumber.
4 5 6 |
# File 'lib/money_mover/dwolla/models/customer_funding_source.rb', line 4 def routingNumber @routingNumber end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/money_mover/dwolla/models/customer_funding_source.rb', line 4 def type @type end |