Class: CrvApiClient::Api::Reproduction::ListParticipantAnimalRequest

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

Overview

/listParticipantAnimalRequest

listType - SOAP::SOAPString
participantAnimalRequest - CrvApiClient::Api::Reproduction::ParticipantAnimalRequest

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(listType = nil, participantAnimalRequest = []) ⇒ ListParticipantAnimalRequest

Returns a new instance of ListParticipantAnimalRequest.



1725
1726
1727
1728
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1725

def initialize(listType = nil, participantAnimalRequest = [])
  @listType = listType
  @participantAnimalRequest = participantAnimalRequest
end

Instance Attribute Details

#listTypeObject

Returns the value of attribute listType.



1722
1723
1724
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1722

def listType
  @listType
end

#participantAnimalRequestObject

Returns the value of attribute participantAnimalRequest.



1723
1724
1725
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1723

def participantAnimalRequest
  @participantAnimalRequest
end