Class: Schemas::Common_types::UserIdType
- Inherits:
-
Object
- Object
- Schemas::Common_types::UserIdType
- Defined in:
- lib/bluevia/schemas/common_types.rb
Overview
http://www.telefonica.com/schemas/UNICA/REST/common/v1UserIdType
phoneNumber - (any)
anyUri - SOAP::SOAPAnyURI
ipAddress - Schemas::Common_types::IpAddressType
m_alias - (any)
otherId - Schemas::Common_types::OtherIdType
Instance Attribute Summary collapse
-
#anyUri ⇒ Object
Returns the value of attribute anyUri.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
-
#otherId ⇒ Object
Returns the value of attribute otherId.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
Instance Method Summary collapse
-
#initialize(phoneNumber = nil, anyUri = nil, ipAddress = nil, v_alias = nil, otherId = nil) ⇒ UserIdType
constructor
A new instance of UserIdType.
- #m_alias ⇒ Object
- #m_alias=(value) ⇒ Object
Constructor Details
#initialize(phoneNumber = nil, anyUri = nil, ipAddress = nil, v_alias = nil, otherId = nil) ⇒ UserIdType
Returns a new instance of UserIdType.
54 55 56 57 58 59 60 |
# File 'lib/bluevia/schemas/common_types.rb', line 54 def initialize(phoneNumber = nil, anyUri = nil, ipAddress = nil, v_alias = nil, otherId = nil) @phoneNumber = phoneNumber @anyUri = anyUri @ipAddress = ipAddress @v_alias = v_alias @otherId = otherId end |
Instance Attribute Details
#anyUri ⇒ Object
Returns the value of attribute anyUri.
42 43 44 |
# File 'lib/bluevia/schemas/common_types.rb', line 42 def anyUri @anyUri end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
43 44 45 |
# File 'lib/bluevia/schemas/common_types.rb', line 43 def ipAddress @ipAddress end |
#otherId ⇒ Object
Returns the value of attribute otherId.
44 45 46 |
# File 'lib/bluevia/schemas/common_types.rb', line 44 def otherId @otherId end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
41 42 43 |
# File 'lib/bluevia/schemas/common_types.rb', line 41 def phoneNumber @phoneNumber end |
Instance Method Details
#m_alias ⇒ Object
46 47 48 |
# File 'lib/bluevia/schemas/common_types.rb', line 46 def m_alias @v_alias end |
#m_alias=(value) ⇒ Object
50 51 52 |
# File 'lib/bluevia/schemas/common_types.rb', line 50 def m_alias=(value) @v_alias = value end |