Class: Schemas::Sms_types::SimpleReferenceType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#correlatorObject

Returns the value of attribute correlator.



212
213
214
# File 'lib/bluevia/schemas/sms_types.rb', line 212

def correlator
  @correlator
end

#endpointObject

Returns the value of attribute endpoint.



211
212
213
# File 'lib/bluevia/schemas/sms_types.rb', line 211

def endpoint
  @endpoint
end