Class: CrvApiClient::Api::Reproduction::Flushing

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

Overview

/flushing

dam - CrvApiClient::Api::Reproduction::AnimalId
embryoCollectionNr - SOAP::SOAPString
flushingSolutionBatchNr - SOAP::SOAPString
holdingSolutionBatchNr - SOAP::SOAPString
numberOfOocyte - SOAP::SOAPString
numberOfEmbryo - SOAP::SOAPString
numberOfEmbryoFrozen - SOAP::SOAPString
debtor - CrvApiClient::Api::Reproduction::ParticipantId_
registrationTime - (any)
inseminationForFlushing - CrvApiClient::Api::Reproduction::InseminationForFlushing
embryoFrozen - CrvApiClient::Api::Reproduction::EmbryoFrozen

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dam = nil, embryoCollectionNr = nil, flushingSolutionBatchNr = nil, holdingSolutionBatchNr = nil, numberOfOocyte = nil, numberOfEmbryo = nil, numberOfEmbryoFrozen = nil, debtor = nil, registrationTime = nil, inseminationForFlushing = [], embryoFrozen = []) ⇒ Flushing

Returns a new instance of Flushing.



2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2426

def initialize(dam = nil, embryoCollectionNr = nil, flushingSolutionBatchNr = nil, holdingSolutionBatchNr = nil, numberOfOocyte = nil, numberOfEmbryo = nil, numberOfEmbryoFrozen = nil, debtor = nil, registrationTime = nil, inseminationForFlushing = [], embryoFrozen = [])
  @dam = dam
  @embryoCollectionNr = embryoCollectionNr
  @flushingSolutionBatchNr = flushingSolutionBatchNr
  @holdingSolutionBatchNr = holdingSolutionBatchNr
  @numberOfOocyte = numberOfOocyte
  @numberOfEmbryo = numberOfEmbryo
  @numberOfEmbryoFrozen = numberOfEmbryoFrozen
  @debtor = debtor
  @registrationTime = registrationTime
  @inseminationForFlushing = inseminationForFlushing
  @embryoFrozen = embryoFrozen
end

Instance Attribute Details

#damObject

Returns the value of attribute dam.



2414
2415
2416
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2414

def dam
  @dam
end

#debtorObject

Returns the value of attribute debtor.



2421
2422
2423
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2421

def debtor
  @debtor
end

#embryoCollectionNrObject

Returns the value of attribute embryoCollectionNr.



2415
2416
2417
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2415

def embryoCollectionNr
  @embryoCollectionNr
end

#embryoFrozenObject

Returns the value of attribute embryoFrozen.



2424
2425
2426
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2424

def embryoFrozen
  @embryoFrozen
end

#flushingSolutionBatchNrObject

Returns the value of attribute flushingSolutionBatchNr.



2416
2417
2418
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2416

def flushingSolutionBatchNr
  @flushingSolutionBatchNr
end

#holdingSolutionBatchNrObject

Returns the value of attribute holdingSolutionBatchNr.



2417
2418
2419
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2417

def holdingSolutionBatchNr
  @holdingSolutionBatchNr
end

#inseminationForFlushingObject

Returns the value of attribute inseminationForFlushing.



2423
2424
2425
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2423

def inseminationForFlushing
  @inseminationForFlushing
end

#numberOfEmbryoObject

Returns the value of attribute numberOfEmbryo.



2419
2420
2421
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2419

def numberOfEmbryo
  @numberOfEmbryo
end

#numberOfEmbryoFrozenObject

Returns the value of attribute numberOfEmbryoFrozen.



2420
2421
2422
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2420

def numberOfEmbryoFrozen
  @numberOfEmbryoFrozen
end

#numberOfOocyteObject

Returns the value of attribute numberOfOocyte.



2418
2419
2420
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2418

def numberOfOocyte
  @numberOfOocyte
end

#registrationTimeObject

Returns the value of attribute registrationTime.



2422
2423
2424
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2422

def registrationTime
  @registrationTime
end