Class: CrvApiClient::Api::Reproduction::Connection

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

/connection

connectionType - SOAP::SOAPString
connection - SOAP::SOAPString
connectionUse - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(connectionType = nil, connection = nil, connectionUse = nil) ⇒ Connection

Returns a new instance of Connection.



1325
1326
1327
1328
1329
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1325

def initialize(connectionType = nil, connection = nil, connectionUse = nil)
  @connectionType = connectionType
  @connection = connection
  @connectionUse = connectionUse
end

Instance Attribute Details

#connectionObject

Returns the value of attribute connection.



1322
1323
1324
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1322

def connection
  @connection
end

#connectionTypeObject

Returns the value of attribute connectionType.



1321
1322
1323
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1321

def connectionType
  @connectionType
end

#connectionUseObject

Returns the value of attribute connectionUse.



1323
1324
1325
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1323

def connectionUse
  @connectionUse
end