Module: Catch::User
- Included in:
- Client
- Defined in:
- lib/catch/user.rb
Instance Method Summary collapse
-
#user ⇒ Object
Retrieve information about the current user.
Instance Method Details
#user ⇒ Object
Retrieve information about the current user
5 6 7 |
# File 'lib/catch/user.rb', line 5 def user connection.get("user").body.user end |