Class: Schemas::Common_types::SimpleReferenceType
- Inherits:
-
Object
- Object
- Schemas::Common_types::SimpleReferenceType
- 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
-
#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.
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
#correlator ⇒ Object
Returns the value of attribute correlator.
132 133 134 |
# File 'lib/bluevia/schemas/common_types.rb', line 132 def correlator @correlator end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
131 132 133 |
# File 'lib/bluevia/schemas/common_types.rb', line 131 def endpoint @endpoint end |