Class: MoneyMover::Dwolla::Transfer

Inherits:
ApiResource show all
Defined in:
lib/money_mover/dwolla/models/transfer.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

#destination_funding_source_tokenObject

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

#metadataObject

Returns the value of attribute metadata.



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

def 
  
end

#sender_funding_source_tokenObject

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_amountObject

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