Class: CrvApiClient::Api::Reproduction::Transplantation

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

Overview

/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)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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) ⇒ Transplantation

Returns a new instance of Transplantation.



2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
# 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

Instance Attribute Details

#bullCdSireObject

Returns the value of attribute bullCdSire.



2530
2531
2532
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2530

def bullCdSire
  @bullCdSire
end

#chargeEmbryoObject

Returns the value of attribute chargeEmbryo.



2528
2529
2530
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2528

def chargeEmbryo
  @chargeEmbryo
end

#cowObject

Returns the value of attribute cow.



2523
2524
2525
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2523

def cow
  @cow
end

#cowScannedObject

Returns the value of attribute cowScanned.



2524
2525
2526
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2524

def cowScanned
  @cowScanned
end

#damObject

Returns the value of attribute dam.



2531
2532
2533
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2531

def dam
  @dam
end

#debtorObject

Returns the value of attribute debtor.



2533
2534
2535
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2533

def debtor
  @debtor
end

#embryoCollectionDateObject

Returns the value of attribute embryoCollectionDate.



2532
2533
2534
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2532

def embryoCollectionDate
  @embryoCollectionDate
end

#embryoCollectionNrObject

Returns the value of attribute embryoCollectionNr.



2526
2527
2528
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2526

def embryoCollectionNr
  @embryoCollectionNr
end

#embryoSerialNrObject

Returns the value of attribute embryoSerialNr.



2527
2528
2529
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2527

def embryoSerialNr
  @embryoSerialNr
end

#recipientRejectedObject

Returns the value of attribute recipientRejected.



2525
2526
2527
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2525

def recipientRejected
  @recipientRejected
end

#registrationTimeObject

Returns the value of attribute registrationTime.



2534
2535
2536
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2534

def registrationTime
  @registrationTime
end

#sireObject

Returns the value of attribute sire.



2529
2530
2531
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2529

def sire
  @sire
end