Class: Dacs::ConfiguredValue
- Inherits:
-
Struct
- Object
- Struct
- Dacs::ConfiguredValue
- Defined in:
- lib/dacs/configured_value.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#source ⇒ Object
Returns the value of attribute source.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
2 3 4 |
# File 'lib/dacs/configured_value.rb', line 2 def key @key end |
#source ⇒ Object
Returns the value of attribute source
2 3 4 |
# File 'lib/dacs/configured_value.rb', line 2 def source @source end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/dacs/configured_value.rb', line 2 def value @value end |