Class: Yelp::Response::Model::RegionSpan
- Defined in:
- lib/yelp/responses/models/region_span.rb
Instance Attribute Summary collapse
-
#latitude_delta ⇒ Object
readonly
Returns the value of attribute latitude_delta.
-
#longitude_delta ⇒ Object
readonly
Returns the value of attribute longitude_delta.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Yelp::Response::Base
Instance Attribute Details
#latitude_delta ⇒ Object (readonly)
Returns the value of attribute latitude_delta.
7 8 9 |
# File 'lib/yelp/responses/models/region_span.rb', line 7 def latitude_delta @latitude_delta end |
#longitude_delta ⇒ Object (readonly)
Returns the value of attribute longitude_delta.
7 8 9 |
# File 'lib/yelp/responses/models/region_span.rb', line 7 def longitude_delta @longitude_delta end |