Class: Zeit::Resources::Client
- Defined in:
- lib/zeit/resources/client.rb
Instance Attribute Summary
Attributes inherited from Base
#fields, #limit, #offset, #query
Instance Method Summary collapse
- #get ⇒ Object (also: #client)
Methods inherited from Base
Constructor Details
This class inherits a constructor from Zeit::Resources::Base
Instance Method Details
#get ⇒ Object Also known as: client
4 5 6 |
# File 'lib/zeit/resources/client.rb', line 4 def get @connection.get '/client' end |