Class: Schemas::Sms_types::UserIdType

Inherits:
Object
  • Object
show all
Defined in:
lib/bluevia/schemas/sms_types.rb

Overview

http://www.telefonica.com/schemas/UNICA/REST/common/v1UserIdType

phoneNumber - (any)
anyUri - SOAP::SOAPAnyURI
ipAddress - Schemas::Sms_types::IpAddressType
m_alias - (any)
otherId - Schemas::Sms_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.



134
135
136
137
138
139
140
# File 'lib/bluevia/schemas/sms_types.rb', line 134

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.



122
123
124
# File 'lib/bluevia/schemas/sms_types.rb', line 122

def anyUri
  @anyUri
end

#ipAddressObject

Returns the value of attribute ipAddress.



123
124
125
# File 'lib/bluevia/schemas/sms_types.rb', line 123

def ipAddress
  @ipAddress
end

#otherIdObject

Returns the value of attribute otherId.



124
125
126
# File 'lib/bluevia/schemas/sms_types.rb', line 124

def otherId
  @otherId
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



121
122
123
# File 'lib/bluevia/schemas/sms_types.rb', line 121

def phoneNumber
  @phoneNumber
end

Instance Method Details

#m_aliasObject



126
127
128
# File 'lib/bluevia/schemas/sms_types.rb', line 126

def m_alias
  @v_alias
end

#m_alias=(value) ⇒ Object



130
131
132
# File 'lib/bluevia/schemas/sms_types.rb', line 130

def m_alias=(value)
  @v_alias = value
end