Class: EventBright::TicketCollection
- Inherits:
-
ApiObjectCollection
- Object
- ApiObjectCollection
- EventBright::TicketCollection
- Defined in:
- lib/eventbright/api_objects/ticket.rb
Instance Method Summary collapse
-
#initialize(owner = false, hash_array = [], event = false) ⇒ TicketCollection
constructor
A new instance of TicketCollection.
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