Class: EventBright::AttendeeCollection

Inherits:
ApiObjectCollection show all
Defined in:
lib/eventbright/api_objects/attendee.rb

Instance Method Summary collapse

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