Class: PYR::Zcta
- Inherits:
-
ResponseObject
- Object
- LazyRecord::Base
- ResponseObject
- PYR::Zcta
- Defined in:
- lib/pyr/response_objects/zcta.rb
Overview
The Zcta is the response object that carries the data for a single Zip Code Tabulation Area.
Instance Attribute Summary collapse
-
#self ⇒ Object
Returns the value of attribute self.
-
#zcta ⇒ Object
Returns the value of attribute zcta.
Method Summary
Methods inherited from ResponseObject
#call, #controller, #initialize
Constructor Details
This class inherits a constructor from PYR::ResponseObject
Instance Attribute Details
#self ⇒ Object
Returns the value of attribute self.
9 10 11 |
# File 'lib/pyr/response_objects/zcta.rb', line 9 def self @self end |
#zcta ⇒ Object
Returns the value of attribute zcta.
9 10 11 |
# File 'lib/pyr/response_objects/zcta.rb', line 9 def zcta @zcta end |