Class: RenderAPI::Clients::Owners
- Inherits:
-
Base
- Object
- Base
- RenderAPI::Clients::Owners
show all
- Defined in:
- lib/render_api/clients/owners.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize
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
|
#list ⇒ Object
12
13
14
|
# File 'lib/render_api/clients/owners.rb', line 12
def list(...)
endpoint.get("/owners", params: list_parameters(...))
end
|