Class: BugherdClient::Resources::Organization
- Defined in:
- lib/bugherd_client/resources/organization.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#get ⇒ Object
Get more detail of your account.
Methods inherited from Base
#initialize, #parse_response, #send_request
Constructor Details
This class inherits a constructor from BugherdClient::Resources::Base
Instance Method Details
#get ⇒ Object
Get more detail of your account.
8 9 10 11 |
# File 'lib/bugherd_client/resources/organization.rb', line 8 def get raw_response = self.connection['organization'].get parse_response(raw_response, :organization) end |