Class: MoneyMover::Dwolla::MicroDepositVerification
- Inherits:
-
ApiResource
- Object
- ApiResource
- MoneyMover::Dwolla::MicroDepositVerification
- Defined in:
- lib/money_mover/dwolla/models/micro_deposit_verification.rb
Instance Attribute Summary collapse
-
#amount1 ⇒ Object
Returns the value of attribute amount1.
-
#amount2 ⇒ Object
Returns the value of attribute amount2.
-
#funding_source_id ⇒ Object
Returns the value of attribute funding_source_id.
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
#amount1 ⇒ Object
Returns the value of attribute amount1.
4 5 6 |
# File 'lib/money_mover/dwolla/models/micro_deposit_verification.rb', line 4 def amount1 @amount1 end |
#amount2 ⇒ Object
Returns the value of attribute amount2.
4 5 6 |
# File 'lib/money_mover/dwolla/models/micro_deposit_verification.rb', line 4 def amount2 @amount2 end |
#funding_source_id ⇒ Object
Returns the value of attribute funding_source_id.
4 5 6 |
# File 'lib/money_mover/dwolla/models/micro_deposit_verification.rb', line 4 def funding_source_id @funding_source_id end |