Class: ActiveRpc::Configuration
- Inherits:
-
Object
- Object
- ActiveRpc::Configuration
- Defined in:
- lib/active_rpc/configuration.rb
Instance Attribute Summary collapse
-
#after_action ⇒ Object
Returns the value of attribute after_action.
-
#around_action ⇒ Object
Returns the value of attribute around_action.
-
#before_action ⇒ Object
Returns the value of attribute before_action.
Instance Attribute Details
#after_action ⇒ Object
Returns the value of attribute after_action.
3 4 5 |
# File 'lib/active_rpc/configuration.rb', line 3 def after_action @after_action end |
#around_action ⇒ Object
Returns the value of attribute around_action.
3 4 5 |
# File 'lib/active_rpc/configuration.rb', line 3 def around_action @around_action end |
#before_action ⇒ Object
Returns the value of attribute before_action.
3 4 5 |
# File 'lib/active_rpc/configuration.rb', line 3 def before_action @before_action end |