Class: RedisClient::Cluster::ConcurrentWorker::None::Group::Task

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/redis_client/cluster/concurrent_worker/none.rb', line 8

def id
  @id
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



8
9
10
# File 'lib/redis_client/cluster/concurrent_worker/none.rb', line 8

def result
  @result
end