class Yelp::Fusion::Responses::Models::Location
Model for the Location
JSON body
Attributes
address1[R]
address2[R]
address3[R]
city[R]
country[R]
cross_streets[R]
display_address[R]
state[R]
zip_code[R]
Public Class Methods
new(json)
click to toggle source
Calls superclass method
Yelp::Fusion::Responses::Base::new
# File lib/yelp/fusion/responses/models/location.rb, line 32 def initialize(json) super(json) end