Sha256: 14496e2352e058c28c65c3716e9aafa8f03dbce483e514d0ae748de4f5121385

Contents?: true

Size: 329 Bytes

Versions: 5

Compression:

Stored size: 329 Bytes

Contents

module BugherdClient
  module Resources
    module V2
      
      class Organization < Base

        #
        # Get more detail of your account.
        # 
        def get
          raw_response = self.connection['organization'].get
          parse_response(raw_response, :organization)
        end
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bugherd_client-0.0.6 lib/bugherd_client/resources/v2/organization.rb
bugherd_client-0.0.5 lib/bugherd_client/resources/v2/organization.rb
bugherd_client-0.0.4 lib/bugherd_client/resources/v2/organization.rb
bugherd_client-0.0.3 lib/bugherd_client/resources/v2/organization.rb
bugherd_client-0.0.2 lib/bugherd_client/resources/v2/organization.rb