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

#<<, #as_json, #can_hold?, #checkout_class, #clear!, #clear_donations, #clear_tickets, #completed?, #discount_amount, #expire_ticket, #finish, #generate_donations, #items, #items_subject_to_fee, #organizations, #organizations_from_donations, #organizations_from_tickets, #pay_with, #release_tickets, #reseller_is?, #reset_prices_on_tickets, #subtotal, #total, #total_before_discount, #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