class CrvApiClient::Api::Reproduction::BrokenStraw

{ws.crvholding.com/reproductionMessages/}brokenStraw

bullCd - SOAP::SOAPString
bullCdScanned - SOAP::SOAPString
chargeNr - SOAP::SOAPString
chargeNrScanned - SOAP::SOAPString
bull - CrvApiClient::Api::Reproduction::AnimalId
semenType - SOAP::SOAPString
ownStock - SOAP::SOAPString
semenChargeCd - SOAP::SOAPString
registrationTime - (any)

Attributes

bull[RW]
bullCd[RW]
bullCdScanned[RW]
chargeNr[RW]
chargeNrScanned[RW]
ownStock[RW]
registrationTime[RW]
semenChargeCd[RW]
semenType[RW]

Public Class Methods

new(bullCd = nil, bullCdScanned = nil, chargeNr = nil, chargeNrScanned = nil, bull = nil, semenType = nil, ownStock = nil, semenChargeCd = nil, registrationTime = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 345
def initialize(bullCd = nil, bullCdScanned = nil, chargeNr = nil, chargeNrScanned = nil, bull = nil, semenType = nil, ownStock = nil, semenChargeCd = nil, registrationTime = nil)
  @bullCd = bullCd
  @bullCdScanned = bullCdScanned
  @chargeNr = chargeNr
  @chargeNrScanned = chargeNrScanned
  @bull = bull
  @semenType = semenType
  @ownStock = ownStock
  @semenChargeCd = semenChargeCd
  @registrationTime = registrationTime
end