Class: RenderAPI::Clients::Owners

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

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RenderAPI::Clients::Base

Instance Method Details

#find(owner_id) ⇒ Object



8
9
10
# File 'lib/render_api/clients/owners.rb', line 8

def find(owner_id)
  endpoint.get("/owners/#{owner_id}")
end

#listObject



12
13
14
# File 'lib/render_api/clients/owners.rb', line 12

def list(...)
  endpoint.get("/owners", params: list_parameters(...))
end