Class: Fastbound::Resources::Account
- Inherits:
-
Object
- Object
- Fastbound::Resources::Account
- Defined in:
- lib/fastbound/resources/account.rb
Instance Method Summary collapse
- #get ⇒ Object
-
#initialize(client) ⇒ Account
constructor
A new instance of Account.
Constructor Details
#initialize(client) ⇒ Account
Returns a new instance of Account.
4 5 6 |
# File 'lib/fastbound/resources/account.rb', line 4 def initialize(client) @client = client end |
Instance Method Details
#get ⇒ Object
8 9 10 |
# File 'lib/fastbound/resources/account.rb', line 8 def get @client.get("#{@client.base_path}/Account") end |