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