Class: Vobject::ParameterValue

Inherits:
Object
  • Object
show all
Defined in:
lib/vobject/parametervalue.rb

Instance Method Summary collapse

Constructor Details

#initialize(val) ⇒ ParameterValue

Returns a new instance of ParameterValue.



3
4
5
# File 'lib/vobject/parametervalue.rb', line 3

def initialize(val)
  self.value = val
end