Module: PYR::GeoFindable
- Included in:
- Resource::OfficeLocations, Resource::Reps
- Defined in:
- lib/pyr/geo_findable.rb
Overview
Shared params for resources that can be looked up by location.
Instance Attribute Summary collapse
-
#address ⇒ Object
Read the address param.
-
#generate ⇒ Object
Read the generate param.
-
#lat ⇒ Object
Read the lat param.
-
#long ⇒ Object
Read the long param.
Instance Attribute Details
#address ⇒ Object
Read the address param
11 12 13 |
# File 'lib/pyr/geo_findable.rb', line 11 def address @address end |
#generate ⇒ Object
Read the generate param
13 14 15 |
# File 'lib/pyr/geo_findable.rb', line 13 def generate @generate end |
#lat ⇒ Object
Read the lat param
7 8 9 |
# File 'lib/pyr/geo_findable.rb', line 7 def lat @lat end |
#long ⇒ Object
Read the long param
9 10 11 |
# File 'lib/pyr/geo_findable.rb', line 9 def long @long end |