Class: BoxOffice::Cart

Inherits:
Cart
  • Object
show all
Defined in:
app/models/box_office.rb

Instance Attribute Summary

Attributes inherited from Cart

#special_instructions

Instance Method Summary collapse

Methods inherited from Cart

#<<, #applied_code, #as_json, #calculate_fees, #can_hold?, #checkout_class, #clear!, #clear_donations, #clear_memberships, #clear_passes, #clear_tickets, #completed?, create_for_reseller, #discount_amount, find_cart, find_or_create, for_reseller, #generate_donations, #has_discount_or_pass?, #items, #organizations, #prepare_for_discount!, #prepare_for_pass!, #reseller_is?, #reset_prices_on_tickets, #subtotal, #total, #total_before_discount, #transfer_token_to_new_cart, #unfinished?

Instance Method Details

#fee_in_centsObject



3
4
5
# File 'app/models/box_office.rb', line 3

def fee_in_cents
  0
end

#set_timeout(ticket) ⇒ Object



7
8
# File 'app/models/box_office.rb', line 7

def set_timeout(ticket)
end