Class: Zeit::Resources::Client

Inherits:
Base
  • Object
show all
Defined in:
lib/zeit/resources/client.rb

Instance Attribute Summary

Attributes inherited from Base

#fields, #limit, #offset, #query

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

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

Instance Method Details

#getObject Also known as: client



4
5
6
# File 'lib/zeit/resources/client.rb', line 4

def get
  @connection.get '/client'
end