Class: CrvApiClient::Api::Reproduction::ListParticipantAnimalRequest
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::ListParticipantAnimalRequest
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/listParticipantAnimalRequest
listType - SOAP::SOAPString
participantAnimalRequest - CrvApiClient::Api::Reproduction::ParticipantAnimalRequest
Instance Attribute Summary collapse
-
#listType ⇒ Object
Returns the value of attribute listType.
-
#participantAnimalRequest ⇒ Object
Returns the value of attribute participantAnimalRequest.
Instance Method Summary collapse
-
#initialize(listType = nil, participantAnimalRequest = []) ⇒ ListParticipantAnimalRequest
constructor
A new instance of ListParticipantAnimalRequest.
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
#listType ⇒ Object
Returns the value of attribute listType.
1722 1723 1724 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1722 def listType @listType end |
#participantAnimalRequest ⇒ Object
Returns the value of attribute participantAnimalRequest.
1723 1724 1725 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1723 def participantAnimalRequest @participantAnimalRequest end |