Class: Rooftop::Content::Field

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/rooftop/content/field.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



25
26
27
28
29
30
31
# File 'lib/rooftop/content/field.rb', line 25

def to_s
  if respond_to?(:value) && value.is_a?(String)
    value
  else
    inspect
  end
end