Class: Schemas::Directory_types::UserIdentitiesType
- Inherits:
-
Object
- Object
- Schemas::Directory_types::UserIdentitiesType
- Defined in:
- lib/bluevia/schemas/directory_types.rb
Overview
/UserIdentitiesType
phoneNumber - (any)
telUri - (any)
sipUri - (any)
email - (any)
ipAddress - Schemas::Directory_types::IpAddressType
m_alias - (any)
otherId - Schemas::Directory_types::OtherIdType
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
-
#otherId ⇒ Object
Returns the value of attribute otherId.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
-
#sipUri ⇒ Object
Returns the value of attribute sipUri.
-
#telUri ⇒ Object
Returns the value of attribute telUri.
Instance Method Summary collapse
-
#initialize(phoneNumber = nil, telUri = nil, sipUri = nil, email = nil, ipAddress = nil, v_alias = nil, otherId = nil) ⇒ UserIdentitiesType
constructor
A new instance of UserIdentitiesType.
- #m_alias ⇒ Object
- #m_alias=(value) ⇒ Object
Constructor Details
#initialize(phoneNumber = nil, telUri = nil, sipUri = nil, email = nil, ipAddress = nil, v_alias = nil, otherId = nil) ⇒ UserIdentitiesType
Returns a new instance of UserIdentitiesType.
52 53 54 55 56 57 58 59 60 |
# File 'lib/bluevia/schemas/directory_types.rb', line 52 def initialize(phoneNumber = nil, telUri = nil, sipUri = nil, email = nil, ipAddress = nil, v_alias = nil, otherId = nil) @phoneNumber = phoneNumber @telUri = telUri @sipUri = sipUri @email = email @ipAddress = ipAddress @v_alias = v_alias @otherId = otherId end |
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
40 41 42 |
# File 'lib/bluevia/schemas/directory_types.rb', line 40 def email @email end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
41 42 43 |
# File 'lib/bluevia/schemas/directory_types.rb', line 41 def ipAddress @ipAddress end |
#otherId ⇒ Object
Returns the value of attribute otherId.
42 43 44 |
# File 'lib/bluevia/schemas/directory_types.rb', line 42 def otherId @otherId end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
37 38 39 |
# File 'lib/bluevia/schemas/directory_types.rb', line 37 def phoneNumber @phoneNumber end |
#sipUri ⇒ Object
Returns the value of attribute sipUri.
39 40 41 |
# File 'lib/bluevia/schemas/directory_types.rb', line 39 def sipUri @sipUri end |
#telUri ⇒ Object
Returns the value of attribute telUri.
38 39 40 |
# File 'lib/bluevia/schemas/directory_types.rb', line 38 def telUri @telUri end |
Instance Method Details
#m_alias ⇒ Object
44 45 46 |
# File 'lib/bluevia/schemas/directory_types.rb', line 44 def m_alias @v_alias end |
#m_alias=(value) ⇒ Object
48 49 50 |
# File 'lib/bluevia/schemas/directory_types.rb', line 48 def m_alias=(value) @v_alias = value end |