class Contentful::StringCoercion
Coercion for String Types
Public Instance Methods
Source
# File lib/contentful/coercions.rb, line 22 def coerce(*) value.to_s end
Coerces value to String
Coercion for String Types
# File lib/contentful/coercions.rb, line 22 def coerce(*) value.to_s end
Coerces value to String