Class: MoneyMover::Dwolla::Document

Inherits:
ApiResource show all
Defined in:
lib/money_mover/dwolla/models/document.rb

Instance Attribute Summary collapse

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_idObject

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

#documentTypeObject

Returns the value of attribute documentType.



4
5
6
# File 'lib/money_mover/dwolla/models/document.rb', line 4

def documentType
  @documentType
end

#fileObject

Returns the value of attribute file.



4
5
6
# File 'lib/money_mover/dwolla/models/document.rb', line 4

def file
  @file
end