Class: CrvApiClient::Api::Reproduction::ParticipantAnimalRequest

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



1754
1755
1756
1757
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1754

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

Instance Attribute Details

#numberSubTypeObject

Returns the value of attribute numberSubType.



1752
1753
1754
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1752

def numberSubType
  @numberSubType
end

#numberTypeObject

Returns the value of attribute numberType.



1751
1752
1753
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1751

def numberType
  @numberType
end