Class: Ruote::RadialReader::Transformer::Value
- Defined in:
- lib/ruote/reader/radial.rb
Instance Attribute Summary
Attributes inherited from Attribute
Instance Method Summary collapse
-
#initialize(key) ⇒ Value
constructor
A new instance of Value.
Constructor Details
#initialize(key) ⇒ Value
Returns a new instance of Value.
167 168 169 170 |
# File 'lib/ruote/reader/radial.rb', line 167 def initialize(key) @key = key @val = nil end |