Class: CrvApiClient::Api::Animals::ParticipantAnimalId

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

Overview

/participantAnimalId

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(numberType = nil, numberSubType = nil, participantAnimalNr = nil) ⇒ ParticipantAnimalId

Returns a new instance of ParticipantAnimalId.



1180
1181
1182
1183
1184
# File 'lib/crv_api_client/api/animals/animals.rb', line 1180

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

Instance Attribute Details

#numberSubTypeObject

Returns the value of attribute numberSubType.



1177
1178
1179
# File 'lib/crv_api_client/api/animals/animals.rb', line 1177

def numberSubType
  @numberSubType
end

#numberTypeObject

Returns the value of attribute numberType.



1176
1177
1178
# File 'lib/crv_api_client/api/animals/animals.rb', line 1176

def numberType
  @numberType
end

#participantAnimalNrObject

Returns the value of attribute participantAnimalNr.



1178
1179
1180
# File 'lib/crv_api_client/api/animals/animals.rb', line 1178

def participantAnimalNr
  @participantAnimalNr
end