Class: CircleSo::Resources::EventAttendees
- Inherits:
-
Base
- Object
- Base
- CircleSo::Resources::EventAttendees
show all
- Defined in:
- lib/circle_so/resources/event_attendees.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#add(**attrs) ⇒ Object
7
|
# File 'lib/circle_so/resources/event_attendees.rb', line 7
def add(**attrs) = client.post("/event_attendees", attrs)
|
#list(**params) ⇒ Object
6
|
# File 'lib/circle_so/resources/event_attendees.rb', line 6
def list(**params) = client.get("/event_attendees", params)
|
#remove(**attrs) ⇒ Object
8
|
# File 'lib/circle_so/resources/event_attendees.rb', line 8
def remove(**attrs) = client.delete("/event_attendees", attrs)
|