Class: CrvApiClient::Api::Reproduction::EmbryoCollection

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

Overview

/embryoCollection

embryoCollectionNr - SOAP::SOAPString
sire - CrvApiClient::Api::Reproduction::AnimalId
sireName - SOAP::SOAPString
dam - CrvApiClient::Api::Reproduction::AnimalId
damName - SOAP::SOAPString
semenType - SOAP::SOAPString
embryoCollectionDate - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(embryoCollectionNr = nil, sire = nil, sireName = nil, dam = nil, damName = nil, semenType = nil, embryoCollectionDate = nil) ⇒ EmbryoCollection

Returns a new instance of EmbryoCollection.



2067
2068
2069
2070
2071
2072
2073
2074
2075
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2067

def initialize(embryoCollectionNr = nil, sire = nil, sireName = nil, dam = nil, damName = nil, semenType = nil, embryoCollectionDate = nil)
  @embryoCollectionNr = embryoCollectionNr
  @sire = sire
  @sireName = sireName
  @dam = dam
  @damName = damName
  @semenType = semenType
  @embryoCollectionDate = embryoCollectionDate
end

Instance Attribute Details

#damObject

Returns the value of attribute dam.



2062
2063
2064
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2062

def dam
  @dam
end

#damNameObject

Returns the value of attribute damName.



2063
2064
2065
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2063

def damName
  @damName
end

#embryoCollectionDateObject

Returns the value of attribute embryoCollectionDate.



2065
2066
2067
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2065

def embryoCollectionDate
  @embryoCollectionDate
end

#embryoCollectionNrObject

Returns the value of attribute embryoCollectionNr.



2059
2060
2061
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2059

def embryoCollectionNr
  @embryoCollectionNr
end

#semenTypeObject

Returns the value of attribute semenType.



2064
2065
2066
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2064

def semenType
  @semenType
end

#sireObject

Returns the value of attribute sire.



2060
2061
2062
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2060

def sire
  @sire
end

#sireNameObject

Returns the value of attribute sireName.



2061
2062
2063
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2061

def sireName
  @sireName
end