Class: BBMB::Html::State::Order
- Inherits:
-
Global
- Object
- SBSM::State
- Global
- BBMB::Html::State::Order
show all
- Defined in:
- lib/bbmb/html/state/order.rb
Constant Summary
collapse
- VIEW =
View::Order
Instance Method Summary
collapse
Methods inherited from Global
#direct_arguments, #direct_request?, #logout, mandatory, #requested_event, #trigger, #user_input
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
|