Class: Schemas::Directory_types::OtherIdType

Inherits:
Object
  • Object
show all
Defined in:
lib/bluevia/schemas/directory_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.



396
397
398
399
# File 'lib/bluevia/schemas/directory_types.rb', line 396

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



393
394
395
# File 'lib/bluevia/schemas/directory_types.rb', line 393

def type
  @type
end

#valueObject

Returns the value of attribute value.



394
395
396
# File 'lib/bluevia/schemas/directory_types.rb', line 394

def value
  @value
end