class Contentful::LocationCoercion
Coercion for Location
Types
Public Instance Methods
Source
# File lib/contentful/coercions.rb, line 73 def coerce(*) Location.new(value) end
Coerces value to Location
Coercion for Location
Types
# File lib/contentful/coercions.rb, line 73 def coerce(*) Location.new(value) end
Coerces value to Location