Class: BBMB::Html::State::FavoritesResult
- Inherits:
-
Result
- Object
- SBSM::State
- Global
- Result
- BBMB::Html::State::FavoritesResult
show all
- Defined in:
- lib/bbmb/html/state/favorites_result.rb
Constant Summary
collapse
- VIEW =
View::FavoritesResult
Instance Method Summary
collapse
Methods inherited from Result
#direct_argument_keys, #init
Methods inherited from Global
#direct_argument_keys, #direct_arguments, #direct_request?, #logout, mandatory, #requested_event, #trigger, #user_input
Instance Method Details
#_order ⇒ Object
15
16
17
|
# File 'lib/bbmb/html/state/favorites_result.rb', line 15
def _order
_customer.favorites
end
|
#direct_event ⇒ Object
12
13
14
|
# File 'lib/bbmb/html/state/favorites_result.rb', line 12
def direct_event
[:search_favorites, {:query => @query}]
end
|