Class: MoneyMover::Dwolla::ApplicationToken

Inherits:
Token
  • Object
show all
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_tokenObject



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

def access_token
  @ach_config..access_token
end