Method: Orchestrate::KeyValue#value

Defined in:
lib/orchestrate/key_value.rb

#value#to_json

The value for the KeyValue at this ref.

Returns:

  • (#to_json)


81
82
83
# File 'lib/orchestrate/key_value.rb', line 81

def value
  @value
end