Class: DiscountSection

Inherits:
Section
  • Object
show all
Defined in:
app/models/temp_discount.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Section

#as_json, #available, #channels, #dup!, price_to_cents, #put_on_sale, #summarize, #summary, #take_off_sale

Methods included from Ticket::Foundry

#build_tickets, #create_tickets, #foundry_template

Instance Attribute Details

#sectionObject

Returns the value of attribute section.



11
12
13
# File 'app/models/temp_discount.rb', line 11

def section
  @section
end

#section_idObject

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_idObject

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