Class: BugherdClient::Resources::V2::Organization

Inherits:
Base
  • Object
show all
Defined in:
lib/bugherd_client/resources/v2/organization.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, #converter, #initialize, #parse_response, #send_request

Constructor Details

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

Instance Method Details

#getObject

Get more detail of your account.



10
11
12
13
# File 'lib/bugherd_client/resources/v2/organization.rb', line 10

def get
  raw_response = self.connection['organization'].get
  parse_response(raw_response, :organization)
end