Class: Yelp::Response::Model::RegionCenter

Inherits:
Base
  • Object
show all
Defined in:
lib/yelp/responses/models/region_center.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Yelp::Response::Base

Instance Attribute Details

#latitudeObject (readonly)

Returns the value of attribute latitude.



7
8
9
# File 'lib/yelp/responses/models/region_center.rb', line 7

def latitude
  @latitude
end

#longitudeObject (readonly)

Returns the value of attribute longitude.



7
8
9
# File 'lib/yelp/responses/models/region_center.rb', line 7

def longitude
  @longitude
end