Class: Schemas::Directory_types::UserIdentitiesType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#emailObject

Returns the value of attribute email.



40
41
42
# File 'lib/bluevia/schemas/directory_types.rb', line 40

def email
  @email
end

#ipAddressObject

Returns the value of attribute ipAddress.



41
42
43
# File 'lib/bluevia/schemas/directory_types.rb', line 41

def ipAddress
  @ipAddress
end

#otherIdObject

Returns the value of attribute otherId.



42
43
44
# File 'lib/bluevia/schemas/directory_types.rb', line 42

def otherId
  @otherId
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



37
38
39
# File 'lib/bluevia/schemas/directory_types.rb', line 37

def phoneNumber
  @phoneNumber
end

#sipUriObject

Returns the value of attribute sipUri.



39
40
41
# File 'lib/bluevia/schemas/directory_types.rb', line 39

def sipUri
  @sipUri
end

#telUriObject

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_aliasObject



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