Class: Dacs::ConfiguredValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/dacs/configured_value.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



2
3
4
# File 'lib/dacs/configured_value.rb', line 2

def key
  @key
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



2
3
4
# File 'lib/dacs/configured_value.rb', line 2

def source
  @source
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



2
3
4
# File 'lib/dacs/configured_value.rb', line 2

def value
  @value
end