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.



1200
1201
1202
1203
1204
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1200

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.



1198
1199
1200
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1198

def countryCode
  @countryCode
end

#participantCodeObject

Returns the value of attribute participantCode.



1196
1197
1198
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1196

def participantCode
  @participantCode
end

#participantCodeTypeObject

Returns the value of attribute participantCodeType.



1197
1198
1199
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1197

def participantCodeType
  @participantCodeType
end