class ActiveShipping::StampsCleanseAddressResponse
Attributes
address[R]
address_match[R]
address_match?[R]
candidate_addresses[R]
city_state_zip_ok[R]
city_state_zip_ok?[R]
cleanse_hash[R]
override_hash[R]
Public Class Methods
new(success, message, params = {}, options = {})
click to toggle source
Calls superclass method
# File lib/active_shipping/carriers/stamps.rb, line 817 def initialize(success, message, params = {}, options = {}) super @address = options[:address] @address_match = options[:address_match] @city_state_zip_ok = options[:city_state_zip_ok] @candidate_addresses = options[:candidate_addresses] @cleanse_hash = options[:cleanse_hash] @override_hash = options[:override_hash] end