Method: Restify::Resource#convert_value

Defined in:
lib/restify/resource.rb

#convert_value(value) ⇒ Object



52
53
54
# File 'lib/restify/resource.rb', line 52

def convert_value(value)
  @context.inherit_value(value)
end