Class: Schemas::Common_types::SimpleReferenceType

Inherits:
Object
  • Object
show all
Defined in:
lib/bluevia/schemas/common_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.



134
135
136
137
# File 'lib/bluevia/schemas/common_types.rb', line 134

def initialize(endpoint = nil, correlator = nil)
  @endpoint = endpoint
  @correlator = correlator
end

Instance Attribute Details

#correlatorObject

Returns the value of attribute correlator.



132
133
134
# File 'lib/bluevia/schemas/common_types.rb', line 132

def correlator
  @correlator
end

#endpointObject

Returns the value of attribute endpoint.



131
132
133
# File 'lib/bluevia/schemas/common_types.rb', line 131

def endpoint
  @endpoint
end