Sha256: d7c682f8a01eee3dcdda140a50824dce55a3c15f150ff973085624f04654db96

Contents?: true

Size: 145 Bytes

Versions: 3

Compression:

Stored size: 145 Bytes

Contents

module Rooftop
  module Content
    class Field < ::OpenStruct


      def to_s
        value if respond_to?(:value)
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rooftop-0.0.6 lib/rooftop/content/field.rb
rooftop-0.0.5 lib/rooftop/content/field.rb
rooftop-0.0.3 lib/rooftop/content_fields/field.rb