Class: Schemas::Sms_types::SimpleReferenceType
- Inherits:
-
Object
- Object
- Schemas::Sms_types::SimpleReferenceType
- Defined in:
- lib/bluevia/schemas/sms_types.rb
Overview
http://www.telefonica.com/schemas/UNICA/REST/common/v1SimpleReferenceType
endpoint - SOAP::SOAPAnyURI
correlator - SOAP::SOAPString
Instance Attribute Summary collapse
-
#correlator ⇒ Object
Returns the value of attribute correlator.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
Instance Method Summary collapse
-
#initialize(endpoint = nil, correlator = nil) ⇒ SimpleReferenceType
constructor
A new instance of SimpleReferenceType.
Constructor Details
#initialize(endpoint = nil, correlator = nil) ⇒ SimpleReferenceType
Returns a new instance of SimpleReferenceType.
214 215 216 217 |
# File 'lib/bluevia/schemas/sms_types.rb', line 214 def initialize(endpoint = nil, correlator = nil) @endpoint = endpoint @correlator = correlator end |
Instance Attribute Details
#correlator ⇒ Object
Returns the value of attribute correlator.
212 213 214 |
# File 'lib/bluevia/schemas/sms_types.rb', line 212 def correlator @correlator end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
211 212 213 |
# File 'lib/bluevia/schemas/sms_types.rb', line 211 def endpoint @endpoint end |