Class: BBMB::Html::State::Order

Inherits:
Global
  • Object
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?, #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_keysObject



12
13
14
# File 'lib/bbmb/html/state/order.rb', line 12

def direct_argument_keys
  [:order_id]
end

#direct_eventObject



15
16
17
# File 'lib/bbmb/html/state/order.rb', line 15

def direct_event
  [:order, {:order_id => @model.order_id}]
end