Class: CrvApiClient::Api::Animals::ParticipantId

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.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.



1285
1286
1287
1288
1289
# File 'lib/crv_api_client/api/animals/animals.rb', line 1285

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.



1283
1284
1285
# File 'lib/crv_api_client/api/animals/animals.rb', line 1283

def countryCode
  @countryCode
end

#participantCodeObject

Returns the value of attribute participantCode.



1281
1282
1283
# File 'lib/crv_api_client/api/animals/animals.rb', line 1281

def participantCode
  @participantCode
end

#participantCodeTypeObject

Returns the value of attribute participantCodeType.



1282
1283
1284
# File 'lib/crv_api_client/api/animals/animals.rb', line 1282

def participantCodeType
  @participantCodeType
end