Class: Schemas::Sms_types::OtherIdType
- Inherits:
-
Object
- Object
- Schemas::Sms_types::OtherIdType
- 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
-
#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.
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
#type ⇒ Object
Returns the value of attribute type.
160 161 162 |
# File 'lib/bluevia/schemas/sms_types.rb', line 160 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
161 162 163 |
# File 'lib/bluevia/schemas/sms_types.rb', line 161 def value @value end |