Class: PYR::Zcta

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

Method Summary

Methods inherited from ResponseObject

#call, #controller, #initialize

Constructor Details

This class inherits a constructor from PYR::ResponseObject

Instance Attribute Details

#selfObject

Returns the value of attribute self.



9
10
11
# File 'lib/pyr/response_objects/zcta.rb', line 9

def self
  @self
end

#zctaObject

Returns the value of attribute zcta.



9
10
11
# File 'lib/pyr/response_objects/zcta.rb', line 9

def zcta
  @zcta
end