Class: Schemas::Directory_types::UserIdType
- Inherits:
-
Object
- Object
- Schemas::Directory_types::UserIdType
- Defined in:
- lib/bluevia/schemas/directory_types.rb
Overview
http://www.telefonica.com/schemas/UNICA/REST/common/v1UserIdType
phoneNumber - (any)
anyUri - SOAP::SOAPAnyURI
ipAddress - Schemas::Directory_types::IpAddressType
m_alias - (any)
otherId - Schemas::Directory_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.
367 368 369 370 371 372 373 |
# File 'lib/bluevia/schemas/directory_types.rb', line 367 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.
355 356 357 |
# File 'lib/bluevia/schemas/directory_types.rb', line 355 def anyUri @anyUri end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
356 357 358 |
# File 'lib/bluevia/schemas/directory_types.rb', line 356 def ipAddress @ipAddress end |
#otherId ⇒ Object
Returns the value of attribute otherId.
357 358 359 |
# File 'lib/bluevia/schemas/directory_types.rb', line 357 def otherId @otherId end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
354 355 356 |
# File 'lib/bluevia/schemas/directory_types.rb', line 354 def phoneNumber @phoneNumber end |
Instance Method Details
#m_alias ⇒ Object
359 360 361 |
# File 'lib/bluevia/schemas/directory_types.rb', line 359 def m_alias @v_alias end |
#m_alias=(value) ⇒ Object
363 364 365 |
# File 'lib/bluevia/schemas/directory_types.rb', line 363 def m_alias=(value) @v_alias = value end |