Class: Schemas::Common_types::OtherIdType
- Inherits:
-
Object
- Object
- Schemas::Common_types::OtherIdType
- Defined in:
- lib/bluevia/schemas/common_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.
83 84 85 86 |
# File 'lib/bluevia/schemas/common_types.rb', line 83 def initialize(type = nil, value = nil) @type = type @value = value end |
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
80 81 82 |
# File 'lib/bluevia/schemas/common_types.rb', line 80 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
81 82 83 |
# File 'lib/bluevia/schemas/common_types.rb', line 81 def value @value end |