Class: CrvApiClient::Api::Reproduction::AnimalDetailsBreeding

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

Overview

/animalDetailsBreeding

animalId - CrvApiClient::Api::Reproduction::AnimalId
animalName - SOAP::SOAPString
breedCalculation - SOAP::SOAPString
contractNumber - SOAP::SOAPString
embryoNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(animalId = nil, animalName = nil, breedCalculation = nil, contractNumber = nil, embryoNumber = nil) ⇒ AnimalDetailsBreeding

Returns a new instance of AnimalDetailsBreeding.



2666
2667
2668
2669
2670
2671
2672
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2666

def initialize(animalId = nil, animalName = nil, breedCalculation = nil, contractNumber = nil, embryoNumber = nil)
  @animalId = animalId
  @animalName = animalName
  @breedCalculation = breedCalculation
  @contractNumber = contractNumber
  @embryoNumber = embryoNumber
end

Instance Attribute Details

#animalIdObject

Returns the value of attribute animalId.



2660
2661
2662
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2660

def animalId
  @animalId
end

#animalNameObject

Returns the value of attribute animalName.



2661
2662
2663
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2661

def animalName
  @animalName
end

#breedCalculationObject

Returns the value of attribute breedCalculation.



2662
2663
2664
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2662

def breedCalculation
  @breedCalculation
end

#contractNumberObject

Returns the value of attribute contractNumber.



2663
2664
2665
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2663

def contractNumber
  @contractNumber
end

#embryoNumberObject

Returns the value of attribute embryoNumber.



2664
2665
2666
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2664

def embryoNumber
  @embryoNumber
end