Class: CrvApiClient::Api::Reproduction::ParticipantId_

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

Overview

/participantId

participantCode - SOAP::SOAPString
participantCodeType - SOAP::SOAPString
countryCode - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(participantCode = nil, participantCodeType = nil, countryCode = nil) ⇒ ParticipantId_

Returns a new instance of ParticipantId_.



2087
2088
2089
2090
2091
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2087

def initialize(participantCode = nil, participantCodeType = nil, countryCode = nil)
  @participantCode = participantCode
  @participantCodeType = participantCodeType
  @countryCode = countryCode
end

Instance Attribute Details

#countryCodeObject

Returns the value of attribute countryCode.



2085
2086
2087
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2085

def countryCode
  @countryCode
end

#participantCodeObject

Returns the value of attribute participantCode.



2083
2084
2085
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2083

def participantCode
  @participantCode
end

#participantCodeTypeObject

Returns the value of attribute participantCodeType.



2084
2085
2086
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2084

def participantCodeType
  @participantCodeType
end