Class: Schemas::Sms_types::AddressType
- Inherits:
-
Object
- Object
- Schemas::Sms_types::AddressType
- Defined in:
- lib/bluevia/schemas/sms_types.rb
Overview
http://www.telefonica.com/schemas/UNICA/REST/common/v1AddressType
street - SOAP::SOAPString
streetNumber - SOAP::SOAPUnsignedInt
locality - SOAP::SOAPString
region - SOAP::SOAPString
postalCode - SOAP::SOAPUnsignedInt
country - SOAP::SOAPString
ext - SOAP::SOAPString
Instance Attribute Summary collapse
-
#country ⇒ Object
Returns the value of attribute country.
-
#ext ⇒ Object
Returns the value of attribute ext.
-
#locality ⇒ Object
Returns the value of attribute locality.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#region ⇒ Object
Returns the value of attribute region.
-
#street ⇒ Object
Returns the value of attribute street.
-
#streetNumber ⇒ Object
Returns the value of attribute streetNumber.
Instance Method Summary collapse
-
#initialize(street = nil, streetNumber = nil, locality = nil, region = nil, postalCode = nil, country = nil, ext = nil) ⇒ AddressType
constructor
A new instance of AddressType.
Constructor Details
#initialize(street = nil, streetNumber = nil, locality = nil, region = nil, postalCode = nil, country = nil, ext = nil) ⇒ AddressType
Returns a new instance of AddressType.
103 104 105 106 107 108 109 110 111 |
# File 'lib/bluevia/schemas/sms_types.rb', line 103 def initialize(street = nil, streetNumber = nil, locality = nil, region = nil, postalCode = nil, country = nil, ext = nil) @street = street @streetNumber = streetNumber @locality = locality @region = region @postalCode = postalCode @country = country @ext = ext end |
Instance Attribute Details
#country ⇒ Object
Returns the value of attribute country.
100 101 102 |
# File 'lib/bluevia/schemas/sms_types.rb', line 100 def country @country end |
#ext ⇒ Object
Returns the value of attribute ext.
101 102 103 |
# File 'lib/bluevia/schemas/sms_types.rb', line 101 def ext @ext end |
#locality ⇒ Object
Returns the value of attribute locality.
97 98 99 |
# File 'lib/bluevia/schemas/sms_types.rb', line 97 def locality @locality end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
99 100 101 |
# File 'lib/bluevia/schemas/sms_types.rb', line 99 def postalCode @postalCode end |
#region ⇒ Object
Returns the value of attribute region.
98 99 100 |
# File 'lib/bluevia/schemas/sms_types.rb', line 98 def region @region end |
#street ⇒ Object
Returns the value of attribute street.
95 96 97 |
# File 'lib/bluevia/schemas/sms_types.rb', line 95 def street @street end |
#streetNumber ⇒ Object
Returns the value of attribute streetNumber.
96 97 98 |
# File 'lib/bluevia/schemas/sms_types.rb', line 96 def streetNumber @streetNumber end |