Class: MoneyMover::Dwolla::Transfer
- Inherits:
-
ApiResource
- Object
- ApiResource
- MoneyMover::Dwolla::Transfer
- Defined in:
- lib/money_mover/dwolla/models/transfer.rb
Instance Attribute Summary collapse
-
#destination_funding_source_token ⇒ Object
Returns the value of attribute destination_funding_source_token.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#sender_funding_source_token ⇒ Object
Returns the value of attribute sender_funding_source_token.
-
#transfer_amount ⇒ Object
Returns the value of attribute transfer_amount.
Attributes inherited from ApiResource
#_embedded, #_links, #attrs, #id, #resource_location
Method Summary
Methods inherited from ApiResource
#destroy, fetch, #initialize, #save
Constructor Details
This class inherits a constructor from MoneyMover::Dwolla::ApiResource
Instance Attribute Details
#destination_funding_source_token ⇒ Object
Returns the value of attribute destination_funding_source_token.
4 5 6 |
# File 'lib/money_mover/dwolla/models/transfer.rb', line 4 def destination_funding_source_token @destination_funding_source_token end |
#metadata ⇒ Object
Returns the value of attribute metadata.
4 5 6 |
# File 'lib/money_mover/dwolla/models/transfer.rb', line 4 def end |
#sender_funding_source_token ⇒ Object
Returns the value of attribute sender_funding_source_token.
4 5 6 |
# File 'lib/money_mover/dwolla/models/transfer.rb', line 4 def sender_funding_source_token @sender_funding_source_token end |
#transfer_amount ⇒ Object
Returns the value of attribute transfer_amount.
4 5 6 |
# File 'lib/money_mover/dwolla/models/transfer.rb', line 4 def transfer_amount @transfer_amount end |