Class: BBMB::Html::State::Order
- Defined in:
- lib/bbmb/html/state/order.rb
Constant Summary collapse
Instance Method Summary collapse
Methods inherited from Global
#direct_arguments, #direct_request?, #initialize, #logout, mandatory, #requested_event, #trigger, #user_input
Constructor Details
This class inherits a constructor from BBMB::Html::State::Global
Instance Method Details
#direct_argument_keys ⇒ Object
12 13 14 |
# File 'lib/bbmb/html/state/order.rb', line 12 def direct_argument_keys [:order_id] end |
#direct_event ⇒ Object
15 16 17 |
# File 'lib/bbmb/html/state/order.rb', line 15 def direct_event [:order, {:order_id => @model.order_id}] end |