Class: Rooftop::Content::Field
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Rooftop::Content::Field
- Defined in:
- lib/rooftop/content_fields/field.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
6 7 8 |
# File 'lib/rooftop/content_fields/field.rb', line 6 def to_s value if respond_to?(:value) end |