Class: CrvApiClient::Api::Reproduction::Flushing
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::Flushing
- 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
-
#dam ⇒ Object
Returns the value of attribute dam.
-
#debtor ⇒ Object
Returns the value of attribute debtor.
-
#embryoCollectionNr ⇒ Object
Returns the value of attribute embryoCollectionNr.
-
#embryoFrozen ⇒ Object
Returns the value of attribute embryoFrozen.
-
#flushingSolutionBatchNr ⇒ Object
Returns the value of attribute flushingSolutionBatchNr.
-
#holdingSolutionBatchNr ⇒ Object
Returns the value of attribute holdingSolutionBatchNr.
-
#inseminationForFlushing ⇒ Object
Returns the value of attribute inseminationForFlushing.
-
#numberOfEmbryo ⇒ Object
Returns the value of attribute numberOfEmbryo.
-
#numberOfEmbryoFrozen ⇒ Object
Returns the value of attribute numberOfEmbryoFrozen.
-
#numberOfOocyte ⇒ Object
Returns the value of attribute numberOfOocyte.
-
#registrationTime ⇒ Object
Returns the value of attribute registrationTime.
Instance Method Summary collapse
-
#initialize(dam = nil, embryoCollectionNr = nil, flushingSolutionBatchNr = nil, holdingSolutionBatchNr = nil, numberOfOocyte = nil, numberOfEmbryo = nil, numberOfEmbryoFrozen = nil, debtor = nil, registrationTime = nil, inseminationForFlushing = [], embryoFrozen = []) ⇒ Flushing
constructor
A new instance of Flushing.
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
#dam ⇒ Object
Returns the value of attribute dam.
2414 2415 2416 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2414 def dam @dam end |
#debtor ⇒ Object
Returns the value of attribute debtor.
2421 2422 2423 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2421 def debtor @debtor end |
#embryoCollectionNr ⇒ Object
Returns the value of attribute embryoCollectionNr.
2415 2416 2417 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2415 def embryoCollectionNr @embryoCollectionNr end |
#embryoFrozen ⇒ Object
Returns the value of attribute embryoFrozen.
2424 2425 2426 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2424 def embryoFrozen @embryoFrozen end |
#flushingSolutionBatchNr ⇒ Object
Returns the value of attribute flushingSolutionBatchNr.
2416 2417 2418 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2416 def flushingSolutionBatchNr @flushingSolutionBatchNr end |
#holdingSolutionBatchNr ⇒ Object
Returns the value of attribute holdingSolutionBatchNr.
2417 2418 2419 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2417 def holdingSolutionBatchNr @holdingSolutionBatchNr end |
#inseminationForFlushing ⇒ Object
Returns the value of attribute inseminationForFlushing.
2423 2424 2425 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2423 def inseminationForFlushing @inseminationForFlushing end |
#numberOfEmbryo ⇒ Object
Returns the value of attribute numberOfEmbryo.
2419 2420 2421 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2419 def numberOfEmbryo @numberOfEmbryo end |
#numberOfEmbryoFrozen ⇒ Object
Returns the value of attribute numberOfEmbryoFrozen.
2420 2421 2422 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2420 def numberOfEmbryoFrozen @numberOfEmbryoFrozen end |
#numberOfOocyte ⇒ Object
Returns the value of attribute numberOfOocyte.
2418 2419 2420 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2418 def numberOfOocyte @numberOfOocyte end |
#registrationTime ⇒ Object
Returns the value of attribute registrationTime.
2422 2423 2424 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2422 def registrationTime @registrationTime end |