Class: MoneyMover::Dwolla::ApplicationClient

Inherits:
Client
  • Object
show all
Defined in:
lib/money_mover/dwolla/application_client.rb

Instance Method Summary collapse

Methods inherited from Client

#delete, #get, #post

Constructor Details

#initializeApplicationClient

Returns a new instance of ApplicationClient.



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

def initialize
  super ApplicationToken.new.access_token
end