class ReactWebpackRails::ReduxIntegration::Services::ReduxRouter

Public Instance Methods

options() click to toggle source
# File lib/react_webpack_rails/redux_integration/services/redux_router.rb, line 15
def options
  super
end
payload() click to toggle source
# File lib/react_webpack_rails/redux_integration/services/redux_router.rb, line 11
def payload
  { name: element_name, storeName: store_name, path: path }
end
result() click to toggle source
# File lib/react_webpack_rails/redux_integration/services/redux_router.rb, line 7
def result
  super
end

Private Instance Methods

empty_result() click to toggle source
# File lib/react_webpack_rails/redux_integration/services/redux_router.rb, line 21
def empty_result
  { 'code' => 200, 'body' => '' }
end