class Datahen::Client::Account
Public Instance Methods
profile(opts={})
click to toggle source
# File lib/datahen/client/account.rb, line 5 def profile(opts={}) params = @options.merge(opts) self.class.get("/profile", params) end