Class: RedisClient::Cluster::Router::Action

Inherits:
Struct
  • Object
show all
Defined in:
lib/redis_client/cluster/router.rb

Instance Attribute Summary collapse

Instance Attribute Details

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



25
26
27
# File 'lib/redis_client/cluster/router.rb', line 25

def method_name
  @method_name
end

#reply_transformerObject

Returns the value of attribute reply_transformer

Returns:

  • (Object)

    the current value of reply_transformer



25
26
27
# File 'lib/redis_client/cluster/router.rb', line 25

def reply_transformer
  @reply_transformer
end