class CrvApiClient::Api::Reproduction::TopGestation

{ws.crvholding.com/reproductionMessages/}topGestation

topGestationBreeding - CrvApiClient::Api::Reproduction::TopGestationBreeding
gestationCalving - CrvApiClient::Api::Reproduction::GestationCalving

Attributes

gestationCalving[RW]
topGestationBreeding[RW]

Public Class Methods

new(topGestationBreeding = nil, gestationCalving = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 71
def initialize(topGestationBreeding = nil, gestationCalving = nil)
  @topGestationBreeding = topGestationBreeding
  @gestationCalving = gestationCalving
end