Class: Telesign::API::StandardizedAddressResponse
- Inherits:
-
Object
- Object
- Telesign::API::StandardizedAddressResponse
- Defined in:
- lib/telesign/api/default.rb
Overview
/StandardizedAddressResponse
line1 - SOAP::SOAPString
line2 - SOAP::SOAPString
Instance Attribute Summary collapse
-
#line1 ⇒ Object
Returns the value of attribute line1.
-
#line2 ⇒ Object
Returns the value of attribute line2.
Instance Method Summary collapse
-
#initialize(line1 = nil, line2 = nil) ⇒ StandardizedAddressResponse
constructor
A new instance of StandardizedAddressResponse.
Constructor Details
#initialize(line1 = nil, line2 = nil) ⇒ StandardizedAddressResponse
Returns a new instance of StandardizedAddressResponse.
425 426 427 428 |
# File 'lib/telesign/api/default.rb', line 425 def initialize(line1 = nil, line2 = nil) @line1 = line1 @line2 = line2 end |
Instance Attribute Details
#line1 ⇒ Object
Returns the value of attribute line1.
422 423 424 |
# File 'lib/telesign/api/default.rb', line 422 def line1 @line1 end |
#line2 ⇒ Object
Returns the value of attribute line2.
423 424 425 |
# File 'lib/telesign/api/default.rb', line 423 def line2 @line2 end |