Class: CrvApiClient::Api::Reproduction::Insemination

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

Overview

/insemination

cow - CrvApiClient::Api::Reproduction::AnimalId
cowScanned - SOAP::SOAPString
bullCd - SOAP::SOAPString
bullCdScanned - SOAP::SOAPString
chargeNr - SOAP::SOAPString
chargeNrScanned - SOAP::SOAPString
bull - CrvApiClient::Api::Reproduction::AnimalId
semenType - SOAP::SOAPString
ownStock - SOAP::SOAPString
semenChargeCd - SOAP::SOAPString
fertilityScore - SOAP::SOAPString
examinationCd - SOAP::SOAPString
inseminationForFlushing - SOAP::SOAPString
registrationTime - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cow = nil, cowScanned = nil, bullCd = nil, bullCdScanned = nil, chargeNr = nil, chargeNrScanned = nil, bull = nil, semenType = nil, ownStock = nil, semenChargeCd = nil, fertilityScore = nil, examinationCd = nil, inseminationForFlushing = nil, registrationTime = nil) ⇒ Insemination

Returns a new instance of Insemination.



2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2472

def initialize(cow = nil, cowScanned = nil, bullCd = nil, bullCdScanned = nil, chargeNr = nil, chargeNrScanned = nil, bull = nil, semenType = nil, ownStock = nil, semenChargeCd = nil, fertilityScore = nil, examinationCd = nil, inseminationForFlushing = nil, registrationTime = nil)
  @cow = cow
  @cowScanned = cowScanned
  @bullCd = bullCd
  @bullCdScanned = bullCdScanned
  @chargeNr = chargeNr
  @chargeNrScanned = chargeNrScanned
  @bull = bull
  @semenType = semenType
  @ownStock = ownStock
  @semenChargeCd = semenChargeCd
  @fertilityScore = fertilityScore
  @examinationCd = examinationCd
  @inseminationForFlushing = inseminationForFlushing
  @registrationTime = registrationTime
end

Instance Attribute Details

#bullObject

Returns the value of attribute bull.



2463
2464
2465
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2463

def bull
  @bull
end

#bullCdObject

Returns the value of attribute bullCd.



2459
2460
2461
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2459

def bullCd
  @bullCd
end

#bullCdScannedObject

Returns the value of attribute bullCdScanned.



2460
2461
2462
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2460

def bullCdScanned
  @bullCdScanned
end

#chargeNrObject

Returns the value of attribute chargeNr.



2461
2462
2463
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2461

def chargeNr
  @chargeNr
end

#chargeNrScannedObject

Returns the value of attribute chargeNrScanned.



2462
2463
2464
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2462

def chargeNrScanned
  @chargeNrScanned
end

#cowObject

Returns the value of attribute cow.



2457
2458
2459
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2457

def cow
  @cow
end

#cowScannedObject

Returns the value of attribute cowScanned.



2458
2459
2460
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2458

def cowScanned
  @cowScanned
end

#examinationCdObject

Returns the value of attribute examinationCd.



2468
2469
2470
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2468

def examinationCd
  @examinationCd
end

#fertilityScoreObject

Returns the value of attribute fertilityScore.



2467
2468
2469
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2467

def fertilityScore
  @fertilityScore
end

#inseminationForFlushingObject

Returns the value of attribute inseminationForFlushing.



2469
2470
2471
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2469

def inseminationForFlushing
  @inseminationForFlushing
end

#ownStockObject

Returns the value of attribute ownStock.



2465
2466
2467
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2465

def ownStock
  @ownStock
end

#registrationTimeObject

Returns the value of attribute registrationTime.



2470
2471
2472
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2470

def registrationTime
  @registrationTime
end

#semenChargeCdObject

Returns the value of attribute semenChargeCd.



2466
2467
2468
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2466

def semenChargeCd
  @semenChargeCd
end

#semenTypeObject

Returns the value of attribute semenType.



2464
2465
2466
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2464

def semenType
  @semenType
end