Class: BugherdClient::Resources::Organization

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

Constant Summary

Constants inherited from Base

Base::DEFAULT_HEADERS

Instance Attribute Summary

Attributes inherited from Base

#connection, #options

Instance Method Summary collapse

Methods inherited from Base

#initialize, #parse_response, #send_request

Constructor Details

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

Instance Method Details

#getObject

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