Class: Schemas::Directory_types::OtherIdType
- Inherits:
-
Object
- Object
- Schemas::Directory_types::OtherIdType
- 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
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(type = nil, value = nil) ⇒ OtherIdType
constructor
A new instance of OtherIdType.
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
#type ⇒ Object
Returns the value of attribute type.
393 394 395 |
# File 'lib/bluevia/schemas/directory_types.rb', line 393 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
394 395 396 |
# File 'lib/bluevia/schemas/directory_types.rb', line 394 def value @value end |