Class: EventBright::DiscountCollection

Inherits:
ApiObjectCollection show all
Defined in:
lib/eventbright/api_objects/discount.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) ⇒ DiscountCollection

Returns a new instance of DiscountCollection.



58
59
60
# File 'lib/eventbright/api_objects/discount.rb', line 58

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