Class: Telesign::API::PhoneID
- Inherits:
-
Object
- Object
- Telesign::API::PhoneID
- Defined in:
- lib/telesign/api/default.rb
Overview
/PhoneID
countryCode - SOAP::SOAPString
originalPhoneNumber - SOAP::SOAPString
cleansedPhoneNumber - SOAP::SOAPString
cleansedCode - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
zip - SOAP::SOAPString
primaryMetroCode - SOAP::SOAPString
county - SOAP::SOAPString
timeZone - SOAP::SOAPString
timeZoneUTCMin - SOAP::SOAPString
timeZoneUTCMax - SOAP::SOAPString
latitude - SOAP::SOAPString
longitude - SOAP::SOAPString
country - SOAP::SOAPString
countryName - SOAP::SOAPString
minNumLength - SOAP::SOAPString
maxNumLength - SOAP::SOAPString
referenceID - SOAP::SOAPString
typeofPhone - SOAP::SOAPString
aPIError - Telesign::API::APIErrorResponse
Instance Attribute Summary collapse
-
#aPIError ⇒ Object
Returns the value of attribute aPIError.
-
#city ⇒ Object
Returns the value of attribute city.
-
#cleansedCode ⇒ Object
Returns the value of attribute cleansedCode.
-
#cleansedPhoneNumber ⇒ Object
Returns the value of attribute cleansedPhoneNumber.
-
#country ⇒ Object
Returns the value of attribute country.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#countryName ⇒ Object
Returns the value of attribute countryName.
-
#county ⇒ Object
Returns the value of attribute county.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#maxNumLength ⇒ Object
Returns the value of attribute maxNumLength.
-
#minNumLength ⇒ Object
Returns the value of attribute minNumLength.
-
#originalPhoneNumber ⇒ Object
Returns the value of attribute originalPhoneNumber.
-
#primaryMetroCode ⇒ Object
Returns the value of attribute primaryMetroCode.
-
#referenceID ⇒ Object
Returns the value of attribute referenceID.
-
#state ⇒ Object
Returns the value of attribute state.
-
#timeZone ⇒ Object
Returns the value of attribute timeZone.
-
#timeZoneUTCMax ⇒ Object
Returns the value of attribute timeZoneUTCMax.
-
#timeZoneUTCMin ⇒ Object
Returns the value of attribute timeZoneUTCMin.
-
#typeofPhone ⇒ Object
Returns the value of attribute typeofPhone.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Method Summary collapse
Constructor Details
#initialize(countryCode = nil, originalPhoneNumber = nil, cleansedPhoneNumber = nil, cleansedCode = nil, city = nil, state = nil, zip = nil, primaryMetroCode = nil, county = nil, timeZone = nil, timeZoneUTCMin = nil, timeZoneUTCMax = nil, latitude = nil, longitude = nil, country = nil, countryName = nil, minNumLength = nil, maxNumLength = nil, referenceID = nil, typeofPhone = nil, aPIError = nil) ⇒ PhoneID
Returns a new instance of PhoneID.
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 |
# File 'lib/telesign/api/default.rb', line 87 def initialize(countryCode = nil, originalPhoneNumber = nil, cleansedPhoneNumber = nil, cleansedCode = nil, city = nil, state = nil, zip = nil, primaryMetroCode = nil, county = nil, timeZone = nil, timeZoneUTCMin = nil, timeZoneUTCMax = nil, latitude = nil, longitude = nil, country = nil, countryName = nil, minNumLength = nil, maxNumLength = nil, referenceID = nil, typeofPhone = nil, aPIError = nil) @countryCode = countryCode @originalPhoneNumber = originalPhoneNumber @cleansedPhoneNumber = cleansedPhoneNumber @cleansedCode = cleansedCode @city = city @state = state @zip = zip @primaryMetroCode = primaryMetroCode @county = county @timeZone = timeZone @timeZoneUTCMin = timeZoneUTCMin @timeZoneUTCMax = timeZoneUTCMax @latitude = latitude @longitude = longitude @country = country @countryName = countryName @minNumLength = minNumLength @maxNumLength = maxNumLength @referenceID = referenceID @typeofPhone = typeofPhone @aPIError = aPIError end |
Instance Attribute Details
#aPIError ⇒ Object
Returns the value of attribute aPIError.
85 86 87 |
# File 'lib/telesign/api/default.rb', line 85 def aPIError @aPIError end |
#city ⇒ Object
Returns the value of attribute city.
69 70 71 |
# File 'lib/telesign/api/default.rb', line 69 def city @city end |
#cleansedCode ⇒ Object
Returns the value of attribute cleansedCode.
68 69 70 |
# File 'lib/telesign/api/default.rb', line 68 def cleansedCode @cleansedCode end |
#cleansedPhoneNumber ⇒ Object
Returns the value of attribute cleansedPhoneNumber.
67 68 69 |
# File 'lib/telesign/api/default.rb', line 67 def cleansedPhoneNumber @cleansedPhoneNumber end |
#country ⇒ Object
Returns the value of attribute country.
79 80 81 |
# File 'lib/telesign/api/default.rb', line 79 def country @country end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
65 66 67 |
# File 'lib/telesign/api/default.rb', line 65 def countryCode @countryCode end |
#countryName ⇒ Object
Returns the value of attribute countryName.
80 81 82 |
# File 'lib/telesign/api/default.rb', line 80 def countryName @countryName end |
#county ⇒ Object
Returns the value of attribute county.
73 74 75 |
# File 'lib/telesign/api/default.rb', line 73 def county @county end |
#latitude ⇒ Object
Returns the value of attribute latitude.
77 78 79 |
# File 'lib/telesign/api/default.rb', line 77 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
78 79 80 |
# File 'lib/telesign/api/default.rb', line 78 def longitude @longitude end |
#maxNumLength ⇒ Object
Returns the value of attribute maxNumLength.
82 83 84 |
# File 'lib/telesign/api/default.rb', line 82 def maxNumLength @maxNumLength end |
#minNumLength ⇒ Object
Returns the value of attribute minNumLength.
81 82 83 |
# File 'lib/telesign/api/default.rb', line 81 def minNumLength @minNumLength end |
#originalPhoneNumber ⇒ Object
Returns the value of attribute originalPhoneNumber.
66 67 68 |
# File 'lib/telesign/api/default.rb', line 66 def originalPhoneNumber @originalPhoneNumber end |
#primaryMetroCode ⇒ Object
Returns the value of attribute primaryMetroCode.
72 73 74 |
# File 'lib/telesign/api/default.rb', line 72 def primaryMetroCode @primaryMetroCode end |
#referenceID ⇒ Object
Returns the value of attribute referenceID.
83 84 85 |
# File 'lib/telesign/api/default.rb', line 83 def referenceID @referenceID end |
#state ⇒ Object
Returns the value of attribute state.
70 71 72 |
# File 'lib/telesign/api/default.rb', line 70 def state @state end |
#timeZone ⇒ Object
Returns the value of attribute timeZone.
74 75 76 |
# File 'lib/telesign/api/default.rb', line 74 def timeZone @timeZone end |
#timeZoneUTCMax ⇒ Object
Returns the value of attribute timeZoneUTCMax.
76 77 78 |
# File 'lib/telesign/api/default.rb', line 76 def timeZoneUTCMax @timeZoneUTCMax end |
#timeZoneUTCMin ⇒ Object
Returns the value of attribute timeZoneUTCMin.
75 76 77 |
# File 'lib/telesign/api/default.rb', line 75 def timeZoneUTCMin @timeZoneUTCMin end |
#typeofPhone ⇒ Object
Returns the value of attribute typeofPhone.
84 85 86 |
# File 'lib/telesign/api/default.rb', line 84 def typeofPhone @typeofPhone end |
#zip ⇒ Object
Returns the value of attribute zip.
71 72 73 |
# File 'lib/telesign/api/default.rb', line 71 def zip @zip end |