Class: BugherdClient::Resources::V1::User

Inherits:
Base
  • Object
show all
Defined in:
lib/bugherd_client/resources/v1/user.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_HEADER_ATTRS

Instance Attribute Summary

Attributes inherited from Base

#connection, #options

Instance Method Summary collapse

Methods inherited from Base

#api_methods, #initialize, #parse_response, #send_request

Constructor Details

This class inherits a constructor from BugherdClient::Resources::V1::Base

Instance Method Details

#allObject

See all the people in your account.



9
10
11
12
# File 'lib/bugherd_client/resources/v1/user.rb', line 9

def all
  raw_response = get_request('users')
  parse_response(raw_response, :users)
end