class Yelp::Fusion::Responses::Models::Center

Model fot the Center json body

Attributes

latitude[R]
longitude[R]

Public Class Methods

new(json) click to toggle source
Calls superclass method Yelp::Fusion::Responses::Base::new
# File lib/yelp/fusion/responses/models/center.rb, line 30
def initialize(json)
  super(json)
end