Class: Schemas::Directory_types::SimpleReferenceType

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



447
448
449
450
# File 'lib/bluevia/schemas/directory_types.rb', line 447

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

Instance Attribute Details

#correlatorObject

Returns the value of attribute correlator.



445
446
447
# File 'lib/bluevia/schemas/directory_types.rb', line 445

def correlator
  @correlator
end

#endpointObject

Returns the value of attribute endpoint.



444
445
446
# File 'lib/bluevia/schemas/directory_types.rb', line 444

def endpoint
  @endpoint
end