Class: Pike13::API::V2::Front::PersonWaiver

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

Class Method Summary collapse

Methods inherited from Base

client, configure

Class Method Details

.all(person_id:, **params) ⇒ Object

GET /front/people/:person_id/waivers



10
11
12
# File 'lib/pike13/api/v2/front/person_waiver.rb', line 10

def all(person_id:, **params)
  client.get("front/people/#{person_id}/waivers", params)
end