Class: CrvApiClient::Api::Reproduction::LgcGestation

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

Overview

/lgcGestation

gestation - CrvApiClient::Api::Reproduction::Gestation
gestationReproduction - CrvApiClient::Api::Reproduction::GestationReproduction
gestationPedigree - CrvApiClient::Api::Reproduction::Pedigree

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(gestation = nil, gestationReproduction = nil, gestationPedigree = []) ⇒ LgcGestation

Returns a new instance of LgcGestation.



105
106
107
108
109
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 105

def initialize(gestation = nil, gestationReproduction = nil, gestationPedigree = [])
  @gestation = gestation
  @gestationReproduction = gestationReproduction
  @gestationPedigree = gestationPedigree
end

Instance Attribute Details

#gestationObject

Returns the value of attribute gestation.



101
102
103
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 101

def gestation
  @gestation
end

#gestationPedigreeObject

Returns the value of attribute gestationPedigree.



103
104
105
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 103

def gestationPedigree
  @gestationPedigree
end

#gestationReproductionObject

Returns the value of attribute gestationReproduction.



102
103
104
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 102

def gestationReproduction
  @gestationReproduction
end