Module: Stagehand::Client::User
- Defined in:
- lib/stagehand/client/user.rb
Overview
Methods for users
Instance Method Summary collapse
Instance Method Details
#profile ⇒ Object
5 6 7 |
# File 'lib/stagehand/client/user.rb', line 5 def profile response = get(Stagehand.config.resource_host + "/profile.json") end |