Module: Buff::Client::User
- Included in:
- Buff::Client
- Defined in:
- lib/buff/user.rb
Instance Method Summary collapse
Instance Method Details
#user_info(options = {}) ⇒ Object
4 5 6 |
# File 'lib/buff/user.rb', line 4 def user_info( = {}) Buff::UserInfo.new(get("/user.json")) end |