Method: LucidWorks::Base#human_attribute_value

Defined in:
lib/lucid_works/base.rb

#human_attribute_value(attribute) ⇒ Object

Convert the attribute value to a string. See LucidWorks::Base.human_attribute_values for details.



399
400
401
# File 'lib/lucid_works/base.rb', line 399

def human_attribute_value(attribute)
  self.class.human_attribute_value(attribute, send(attribute))
end