class CrvApiClient::Api::Reproduction::Gestation

{ws.crvholding.com/reproductionTypes/}gestation

reproductionDate - (any)
calvingDateExp - (any)
gestationStatus - SOAP::SOAPString

Attributes

calvingDateExp[RW]
gestationStatus[RW]
reproductionDate[RW]

Public Class Methods

new(reproductionDate = nil, calvingDateExp = nil, gestationStatus = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 2153
def initialize(reproductionDate = nil, calvingDateExp = nil, gestationStatus = nil)
  @reproductionDate = reproductionDate
  @calvingDateExp = calvingDateExp
  @gestationStatus = gestationStatus
end