Class: PYR::Resource::OfficeLocations

Inherits:
PYR::Resource show all
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

Attributes included from GeoFindable

#address, #generate, #lat, #long

Attributes inherited from PYR::Resource

#controller, #id

Method Summary

Methods inherited from PYR::Resource

#initialize, #to_s

Constructor Details

This class inherits a constructor from PYR::Resource

Instance Attribute Details

#radiusObject

Read the radius param



11
12
13
# File 'lib/pyr/resources/office_locations.rb', line 11

def radius
  @radius
end