Class: CrvApiClient::Api::Animals::Connection
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::Connection
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/connection
connectionType - SOAP::SOAPString
connection - SOAP::SOAPString
connectionUse - SOAP::SOAPString
Instance Attribute Summary collapse
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#connectionType ⇒ Object
Returns the value of attribute connectionType.
-
#connectionUse ⇒ Object
Returns the value of attribute connectionUse.
Instance Method Summary collapse
-
#initialize(connectionType = nil, connection = nil, connectionUse = nil) ⇒ Connection
constructor
A new instance of Connection.
Constructor Details
#initialize(connectionType = nil, connection = nil, connectionUse = nil) ⇒ Connection
Returns a new instance of Connection.
1410 1411 1412 1413 1414 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1410 def initialize(connectionType = nil, connection = nil, connectionUse = nil) @connectionType = connectionType @connection = connection @connectionUse = connectionUse end |
Instance Attribute Details
#connection ⇒ Object
Returns the value of attribute connection.
1407 1408 1409 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1407 def connection @connection end |
#connectionType ⇒ Object
Returns the value of attribute connectionType.
1406 1407 1408 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1406 def connectionType @connectionType end |
#connectionUse ⇒ Object
Returns the value of attribute connectionUse.
1408 1409 1410 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1408 def connectionUse @connectionUse end |