Class: CrvApiClient::Api::Reproduction::InheatChecks

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

Overview

/inheatChecks

nrOfInheatChecks - SOAP::SOAPString
minOfInheatChecks - SOAP::SOAPString
animalExamination - CrvApiClient::Api::Reproduction::AnimalExamination

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nrOfInheatChecks = nil, minOfInheatChecks = nil, animalExamination = []) ⇒ InheatChecks

Returns a new instance of InheatChecks.



261
262
263
264
265
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 261

def initialize(nrOfInheatChecks = nil, minOfInheatChecks = nil, animalExamination = [])
  @nrOfInheatChecks = nrOfInheatChecks
  @minOfInheatChecks = minOfInheatChecks
  @animalExamination = animalExamination
end

Instance Attribute Details

#animalExaminationObject

Returns the value of attribute animalExamination.



259
260
261
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 259

def animalExamination
  @animalExamination
end

#minOfInheatChecksObject

Returns the value of attribute minOfInheatChecks.



258
259
260
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 258

def minOfInheatChecks
  @minOfInheatChecks
end

#nrOfInheatChecksObject

Returns the value of attribute nrOfInheatChecks.



257
258
259
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 257

def nrOfInheatChecks
  @nrOfInheatChecks
end