class Yelp::Fusion::Responses::Models::Region
Model for the Region
JSON body
Attributes
center[R]
Public Class Methods
new(json)
click to toggle source
Calls superclass method
Yelp::Fusion::Responses::Base::new
# File lib/yelp/fusion/responses/models/region.rb, line 33 def initialize(json) super(json) @center = parse(@center, Center) end