Class StreetAddress::US::Address
In: lib/street_address.rb
Parent: Object

This is class returned by StreetAddress::US::parse, StreetAddress::US::parse_address and StreetAddress::US::parse_intersection. If an instance represents an intersection the attribute street2 will be populated.

Methods

intersection?   line1   new   state_fips   state_name   to_s  

Attributes

city  [RW] 
number  [RW] 
postal_code  [RW] 
postal_code_ext  [RW] 
prefix  [RW] 
prefix2  [RW] 
state  [RW] 
street  [RW] 
street2  [RW] 
street_type  [RW] 
street_type2  [RW] 
suffix  [RW] 
suffix2  [RW] 
unit  [RW] 
unit_prefix  [RW] 

Public Class methods

Public Instance methods

[Validate]