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