Class: PYR::Resource::OfficeLocations
- Inherits:
-
PYR::Resource
- Object
- PYR::Resource
- PYR::Resource::OfficeLocations
- Includes:
- GeoFindable
- Defined in:
- lib/pyr/resources/office_locations.rb
Overview
Request object for sending requests to the /office_locations resource of the API
Instance Attribute Summary collapse
-
#radius ⇒ Object
Read the radius param.
Attributes included from GeoFindable
#address, #generate, #lat, #long
Attributes inherited from PYR::Resource
Method Summary
Methods inherited from PYR::Resource
Constructor Details
This class inherits a constructor from PYR::Resource
Instance Attribute Details
#radius ⇒ Object
Read the radius param
11 12 13 |
# File 'lib/pyr/resources/office_locations.rb', line 11 def radius @radius end |