Method: PureCloud::Address#address_normalized
- Defined in:
- lib/purecloud/models/address.rb
#address_normalized ⇒ Object
The normalized address. This field is acquired from the Address Normalization Table. The addressRaw could have gone through some transformations, such as only using the numeric portion, before being run through the Address Normalization Table.
28 29 30 |
# File 'lib/purecloud/models/address.rb', line 28 def address_normalized @address_normalized end |