Class: Schemas::Directory_types::UserIdType

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

Instance Method Summary collapse

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

#anyUriObject

Returns the value of attribute anyUri.



355
356
357
# File 'lib/bluevia/schemas/directory_types.rb', line 355

def anyUri
  @anyUri
end

#ipAddressObject

Returns the value of attribute ipAddress.



356
357
358
# File 'lib/bluevia/schemas/directory_types.rb', line 356

def ipAddress
  @ipAddress
end

#otherIdObject

Returns the value of attribute otherId.



357
358
359
# File 'lib/bluevia/schemas/directory_types.rb', line 357

def otherId
  @otherId
end

#phoneNumberObject

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_aliasObject



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