Class: Ruote::RadialReader::Transformer::Value

Inherits:
Attribute
  • Object
show all
Defined in:
lib/ruote/reader/radial.rb

Instance Attribute Summary

Attributes inherited from Attribute

#key, #val

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ Value

Returns a new instance of Value.



179
180
181
182
# File 'lib/ruote/reader/radial.rb', line 179

def initialize(key)
  @key = key
  @val = nil
end