Class: Datahen::Client::Account
- Defined in:
- lib/datahen/client/account.rb
Instance Method Summary collapse
Methods inherited from Base
#auth_token, #auth_token=, #env_api_url, env_auth_token, env_ignore_ssl, #ignore_ssl, #initialize
Constructor Details
This class inherits a constructor from Datahen::Client::Base
Instance Method Details
#profile(opts = {}) ⇒ Object
5 6 7 8 9 |
# File 'lib/datahen/client/account.rb', line 5 def profile(opts={}) params = .merge(opts) self.class.get("/profile", params) end |