Class: CrvApiClient::Api::Animals::ListParticipantAnimalRequest

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

Overview

/listParticipantAnimalRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ListParticipantAnimalRequest.



1165
1166
1167
1168
# File 'lib/crv_api_client/api/animals/animals.rb', line 1165

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

Instance Attribute Details

#listTypeObject

Returns the value of attribute listType.



1162
1163
1164
# File 'lib/crv_api_client/api/animals/animals.rb', line 1162

def listType
  @listType
end

#participantAnimalRequestObject

Returns the value of attribute participantAnimalRequest.



1163
1164
1165
# File 'lib/crv_api_client/api/animals/animals.rb', line 1163

def participantAnimalRequest
  @participantAnimalRequest
end