Class: RenderAPI::Clients::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/render_api/clients/base.rb

Direct Known Subclasses

Deploys, Domains, Jobs, Owners, Services

Instance Method Summary collapse

Constructor Details

#initialize(endpoint) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/render_api/clients/base.rb', line 6

def initialize(endpoint)
  @endpoint = endpoint
end