Class: MoneyMover::Dwolla::ApplicationToken
- Defined in:
- lib/money_mover/dwolla/application_token.rb
Instance Attribute Summary
Attributes inherited from Token
#_links, #account_id, #expires_in, #refresh_expires_in, #refresh_token, #scope, #token_type
Instance Method Summary collapse
Methods inherited from Token
#initialize, #request_new_token!
Constructor Details
This class inherits a constructor from MoneyMover::Dwolla::Token
Instance Method Details
#access_token ⇒ Object
4 5 6 |
# File 'lib/money_mover/dwolla/application_token.rb', line 4 def access_token @ach_config.account_token_provider.access_token end |