Sha256: a536c4dae8540ed633f2d6c88fb58934182aef29631a2a88f1869e23100b1d69
Contents?: true
Size: 281 Bytes
Versions: 3
Compression:
Stored size: 281 Bytes
Contents
module BugherdClient module Resources 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
Version data entries
3 entries across 3 versions & 1 rubygems