Class: PYR::Resource::Reps
- Inherits:
-
PYR::Resource
- Object
- PYR::Resource
- PYR::Resource::Reps
- Defined in:
- lib/pyr/resources/reps.rb
Overview
Resource object for sending requests to the /reps resource of the API
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.
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
#address ⇒ Object
Read the address param
12 13 14 |
# File 'lib/pyr/resources/reps.rb', line 12 def address @address end |
#generate ⇒ Object
Read the generate param
14 15 16 |
# File 'lib/pyr/resources/reps.rb', line 14 def generate @generate end |
#lat ⇒ Object
Read the lat param
8 9 10 |
# File 'lib/pyr/resources/reps.rb', line 8 def lat @lat end |
#long ⇒ Object
Read the long param
10 11 12 |
# File 'lib/pyr/resources/reps.rb', line 10 def long @long end |