Class: Pike13::API::V2::Desk::PlanProduct

Inherits:
Base
  • Object
show all
Defined in:
lib/pike13/api/v2/desk/plan_product.rb

Class Method Summary collapse

Methods inherited from Base

client, configure

Class Method Details

.all(**params) ⇒ Object

GET /desk/plan_products



10
11
12
# File 'lib/pike13/api/v2/desk/plan_product.rb', line 10

def all(**params)
  client.get("desk/plan_products", params)
end

.find(id) ⇒ Object

GET /desk/plan_products/:id



15
16
17
# File 'lib/pike13/api/v2/desk/plan_product.rb', line 15

def find(id)
  client.get("desk/plan_products/#{id}")
end