Class: ActiveRpc::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/active_rpc/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#after_actionObject

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_actionObject

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_actionObject

Returns the value of attribute before_action.



3
4
5
# File 'lib/active_rpc/configuration.rb', line 3

def before_action
  @before_action
end