Class: DiscountSection
- Defined in:
- app/models/temp_discount.rb
Instance Attribute Summary collapse
-
#section ⇒ Object
Returns the value of attribute section.
-
#section_id ⇒ Object
Returns the value of attribute section_id.
-
#temp_discount_id ⇒ Object
Returns the value of attribute temp_discount_id.
Attributes inherited from Section
#skip_create_first_ticket_type
Method Summary
Methods inherited from Section
#as_json, #available, #channels, #create_first_ticket_type, #dup!, #put_on_sale, #summarize, #summary, #take_off_sale, #ticket_types_for
Methods included from Ticket::Foundry
#build_tickets, #create_tickets, #foundry_template
Instance Attribute Details
#section ⇒ Object
Returns the value of attribute section.
11 12 13 |
# File 'app/models/temp_discount.rb', line 11 def section @section end |
#section_id ⇒ Object
Returns the value of attribute section_id.
11 12 13 |
# File 'app/models/temp_discount.rb', line 11 def section_id @section_id end |
#temp_discount_id ⇒ Object
Returns the value of attribute temp_discount_id.
11 12 13 |
# File 'app/models/temp_discount.rb', line 11 def temp_discount_id @temp_discount_id end |