Class: Rooftop::Content::Field
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Rooftop::Content::Field
- Defined in:
- lib/rooftop/content/field.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |