class Kanade::FieldInfo
Attributes
converter[RW]
key_json[RW]
key_ruby[RW]
options[RW]
sym[RW]
Public Instance Methods
convert(term)
click to toggle source
Set the value of this field. Might be type casted
# File lib/kanade/field_info.rb, line 5 def convert(term) converter.deserialize(term, self) end