Class: Rooftop::Content::Field

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



6
7
8
# File 'lib/rooftop/content_fields/field.rb', line 6

def to_s
  value if respond_to?(:value)
end