Class: CrvApiClient::Api::Reproduction::ParticipantAnimalId

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.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.



1740
1741
1742
1743
1744
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1740

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.



1737
1738
1739
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1737

def numberSubType
  @numberSubType
end

#numberTypeObject

Returns the value of attribute numberType.



1736
1737
1738
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1736

def numberType
  @numberType
end

#participantAnimalNrObject

Returns the value of attribute participantAnimalNr.



1738
1739
1740
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1738

def participantAnimalNr
  @participantAnimalNr
end