Class: RedisClient::Cluster::Router::Action
- Inherits:
-
Struct
- Object
- Struct
- RedisClient::Cluster::Router::Action
- Defined in:
- lib/redis_client/cluster/router.rb
Instance Attribute Summary collapse
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#reply_transformer ⇒ Object
Returns the value of attribute reply_transformer.
Instance Attribute Details
#method_name ⇒ Object
Returns the value of attribute method_name
25 26 27 |
# File 'lib/redis_client/cluster/router.rb', line 25 def method_name @method_name end |
#reply_transformer ⇒ Object
Returns the value of attribute reply_transformer
25 26 27 |
# File 'lib/redis_client/cluster/router.rb', line 25 def reply_transformer @reply_transformer end |