Method: Formotion::RowType::StringRow#row_value

Defined in:
lib/formotion/row_type/string_row.rb

#row_valueObject

overriden in subclasses



85
86
87
# File 'lib/formotion/row_type/string_row.rb', line 85

def row_value
  row.value.to_s
end