class CrvApiClient::Api::Reproduction::InseminationForFlushing

{ws.crvholding.com/reproductionTypes/}inseminationForFlushing

serialNr - SOAP::SOAPString
inseminationDate - (any)
bull - CrvApiClient::Api::Reproduction::AnimalId
bullCd - SOAP::SOAPString
semenType - SOAP::SOAPString

Attributes

bull[RW]
bullCd[RW]
inseminationDate[RW]
semenType[RW]
serialNr[RW]

Public Class Methods

new(serialNr = nil, inseminationDate = nil, bull = nil, bullCd = nil, semenType = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 2339
def initialize(serialNr = nil, inseminationDate = nil, bull = nil, bullCd = nil, semenType = nil)
  @serialNr = serialNr
  @inseminationDate = inseminationDate
  @bull = bull
  @bullCd = bullCd
  @semenType = semenType
end