Class: BoxOffice::Checkout

Inherits:
Checkout show all
Defined in:
app/models/box_office.rb

Instance Attribute Summary

Attributes inherited from Checkout

#cart, #error, #order, #payment, #person

Instance Method Summary collapse

Methods inherited from Checkout

#finish, for, #initialize, #message, #pay, #valid?

Constructor Details

This class inherits a constructor from Checkout

Instance Method Details

#order_classObject



12
13
14
# File 'app/models/box_office.rb', line 12

def order_class
  BoxOffice::Order
end