Class: EventBright::AttendeeCollection
- Inherits:
-
ApiObjectCollection
- Object
- ApiObjectCollection
- EventBright::AttendeeCollection
- Defined in:
- lib/eventbright/api_objects/attendee.rb
Instance Method Summary collapse
-
#initialize(owner = false, hash_array = [], event = false) ⇒ AttendeeCollection
constructor
A new instance of AttendeeCollection.
- #save(*args) ⇒ Object
Methods inherited from ApiObjectCollection
collection_for, #dirty?, getter, #inspect, #method_missing, plural_name, singlet_name, #to_s
Constructor Details
#initialize(owner = false, hash_array = [], event = false) ⇒ AttendeeCollection
Returns a new instance of AttendeeCollection.
45 46 47 |
# File 'lib/eventbright/api_objects/attendee.rb', line 45 def initialize(owner = false, hash_array = [], event = false) super(event, hash_array) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class EventBright::ApiObjectCollection
Instance Method Details
#save(*args) ⇒ Object
48 49 50 |
# File 'lib/eventbright/api_objects/attendee.rb', line 48 def save(*args) # noop. Attendees can't be altered via api end |