class CrvApiClient::Api::Reproduction::Transplantation

{ws.crvholding.com/reproductionTypes/}transplantation

cow - CrvApiClient::Api::Reproduction::AnimalId
cowScanned - SOAP::SOAPString
recipientRejected - SOAP::SOAPString
embryoCollectionNr - SOAP::SOAPString
embryoSerialNr - SOAP::SOAPString
chargeEmbryo - SOAP::SOAPString
sire - CrvApiClient::Api::Reproduction::AnimalId
bullCdSire - SOAP::SOAPString
dam - CrvApiClient::Api::Reproduction::AnimalId
embryoCollectionDate - (any)
debtor - CrvApiClient::Api::Reproduction::ParticipantId_
registrationTime - (any)

Attributes

bullCdSire[RW]
chargeEmbryo[RW]
cow[RW]
cowScanned[RW]
dam[RW]
debtor[RW]
embryoCollectionDate[RW]
embryoCollectionNr[RW]
embryoSerialNr[RW]
recipientRejected[RW]
registrationTime[RW]
sire[RW]

Public Class Methods

new(cow = nil, cowScanned = nil, recipientRejected = nil, embryoCollectionNr = nil, embryoSerialNr = nil, chargeEmbryo = nil, sire = nil, bullCdSire = nil, dam = nil, embryoCollectionDate = nil, debtor = nil, registrationTime = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 2536
def initialize(cow = nil, cowScanned = nil, recipientRejected = nil, embryoCollectionNr = nil, embryoSerialNr = nil, chargeEmbryo = nil, sire = nil, bullCdSire = nil, dam = nil, embryoCollectionDate = nil, debtor = nil, registrationTime = nil)
  @cow = cow
  @cowScanned = cowScanned
  @recipientRejected = recipientRejected
  @embryoCollectionNr = embryoCollectionNr
  @embryoSerialNr = embryoSerialNr
  @chargeEmbryo = chargeEmbryo
  @sire = sire
  @bullCdSire = bullCdSire
  @dam = dam
  @embryoCollectionDate = embryoCollectionDate
  @debtor = debtor
  @registrationTime = registrationTime
end