class CrvApiClient::Api::Reproduction::LgcGestation

{ws.crvholding.com/reproductionMessages/}lgcGestation

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

Attributes

gestation[RW]
gestationPedigree[RW]
gestationReproduction[RW]

Public Class Methods

new(gestation = nil, gestationReproduction = nil, gestationPedigree = []) click to toggle source
# 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