Module: Ghee::API::Authorizations

Included in:
Ghee
Defined in:
lib/ghee/api/authorizations.rb

Defined Under Namespace

Classes: Proxy

Instance Method Summary collapse

Instance Method Details

#authorizations(number = nil) ⇒ Object



8
9
10
11
# File 'lib/ghee/api/authorizations.rb', line 8

def authorizations(number=nil)
  prefix = number ? "./authorizations/#{number}" : "./authorizations"
  Ghee::API::Authorizations::Proxy.new(connection, prefix)
end