class Contentful::StringCoercion

Coercion for String Types

Public Instance Methods

coerce(*) click to toggle source

Coerces value to String

# File lib/contentful/coercions.rb, line 22
def coerce(*)
  value.to_s
end