Class: EventBright::TicketCollection

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

Instance Method Summary collapse

Methods inherited from ApiObjectCollection

collection_for, #dirty?, getter, #inspect, #method_missing, plural_name, #save, singlet_name, #to_s

Constructor Details

#initialize(owner = false, hash_array = [], event = false) ⇒ TicketCollection

Returns a new instance of TicketCollection.



59
60
61
# File 'lib/eventbright/api_objects/ticket.rb', line 59

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