Class: Ccp::Data::KVS::LazyValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/ccp/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



12
13
14
# File 'lib/ccp/data.rb', line 12

def block
  @block
end