Method: Eapi::Methods::Properties::InstanceMethods#convert_value

Defined in:
lib/eapi/methods/properties.rb

#convert_value(value) ⇒ Object



25
26
27
# File 'lib/eapi/methods/properties.rb', line 25

def convert_value(value)
  Eapi::ValueConverter.convert_value(value)
end