Class: Schemas::Sms_types::OtherIdType

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

Overview

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

type - SOAP::SOAPString
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, value = nil) ⇒ OtherIdType

Returns a new instance of OtherIdType.



163
164
165
166
# File 'lib/bluevia/schemas/sms_types.rb', line 163

def initialize(type = nil, value = nil)
  @type = type
  @value = value
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



160
161
162
# File 'lib/bluevia/schemas/sms_types.rb', line 160

def type
  @type
end

#valueObject

Returns the value of attribute value.



161
162
163
# File 'lib/bluevia/schemas/sms_types.rb', line 161

def value
  @value
end