Class: CrvApiClient::Api::Animals::ParticipantAnimalId
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::ParticipantAnimalId
- 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
-
#numberSubType ⇒ Object
Returns the value of attribute numberSubType.
-
#numberType ⇒ Object
Returns the value of attribute numberType.
-
#participantAnimalNr ⇒ Object
Returns the value of attribute participantAnimalNr.
Instance Method Summary collapse
-
#initialize(numberType = nil, numberSubType = nil, participantAnimalNr = nil) ⇒ ParticipantAnimalId
constructor
A new instance of ParticipantAnimalId.
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
#numberSubType ⇒ Object
Returns the value of attribute numberSubType.
1177 1178 1179 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1177 def numberSubType @numberSubType end |
#numberType ⇒ Object
Returns the value of attribute numberType.
1176 1177 1178 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1176 def numberType @numberType end |
#participantAnimalNr ⇒ Object
Returns the value of attribute participantAnimalNr.
1178 1179 1180 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1178 def participantAnimalNr @participantAnimalNr end |