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