Class: Dwolla::Client
- Inherits:
-
Object
- Object
- Dwolla::Client
- Includes:
- Connection
- Defined in:
- lib/dwolla/client.rb
Instance Method Summary collapse
-
#initialize(client, secret) ⇒ Client
constructor
A new instance of Client.
- #user(id) ⇒ Object
Constructor Details
#initialize(client, secret) ⇒ Client
Returns a new instance of Client.
5 6 7 |
# File 'lib/dwolla/client.rb', line 5 def initialize(client, secret) @client, @secret = client, secret end |