class ReactWebpackRails::ReduxIntegration::Services::ReduxContainer
Public Instance Methods
options()
click to toggle source
Calls superclass method
# File lib/react_webpack_rails/redux_integration/services/redux_container.rb, line 15 def options super end
payload()
click to toggle source
# File lib/react_webpack_rails/redux_integration/services/redux_container.rb, line 11 def payload { name: element_name, props: props, storeName: store_name } end
result()
click to toggle source
Calls superclass method
# File lib/react_webpack_rails/redux_integration/services/redux_container.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_container.rb, line 21 def empty_result { 'body' => '' } end