Method: USPS::Response::AddressStandardization#get

Defined in:
lib/usps/response/address_standardization.rb

#get(address) ⇒ Object Also known as: []

Returns an address representing the standardized version of the given address from the results of the query.



20
21
22
# File 'lib/usps/response/address_standardization.rb', line 20

def get(address)
  @addresses[address]
end