Class: Schemas::Common_types::UserIdType

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

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.



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

#anyUriObject

Returns the value of attribute anyUri.



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

def anyUri
  @anyUri
end

#ipAddressObject

Returns the value of attribute ipAddress.



43
44
45
# File 'lib/bluevia/schemas/common_types.rb', line 43

def ipAddress
  @ipAddress
end

#otherIdObject

Returns the value of attribute otherId.



44
45
46
# File 'lib/bluevia/schemas/common_types.rb', line 44

def otherId
  @otherId
end

#phoneNumberObject

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_aliasObject



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