Class: CrvApiClient::Api::Animals::ParticipantAnimalRequest

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

Overview

/participantAnimalRequest

numberType - SOAP::SOAPString
numberSubType - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(numberType = nil, numberSubType = nil) ⇒ ParticipantAnimalRequest

Returns a new instance of ParticipantAnimalRequest.



1194
1195
1196
1197
# File 'lib/crv_api_client/api/animals/animals.rb', line 1194

def initialize(numberType = nil, numberSubType = nil)
  @numberType = numberType
  @numberSubType = numberSubType
end

Instance Attribute Details

#numberSubTypeObject

Returns the value of attribute numberSubType.



1192
1193
1194
# File 'lib/crv_api_client/api/animals/animals.rb', line 1192

def numberSubType
  @numberSubType
end

#numberTypeObject

Returns the value of attribute numberType.



1191
1192
1193
# File 'lib/crv_api_client/api/animals/animals.rb', line 1191

def numberType
  @numberType
end