class CrvApiClient::Api::Reproduction::AnimalOfferStatus

{ws.crvholding.com/breedingTypes/}animalOfferStatus

statusDate - SOAP::SOAPString
statusTime - SOAP::SOAPString
registrant - CrvApiClient::Api::Reproduction::ParticipantId
registrantName - SOAP::SOAPString
processCode - SOAP::SOAPString
processName - SOAP::SOAPString
statusType - SOAP::SOAPString
statusDescription - SOAP::SOAPString

Attributes

processCode[RW]
processName[RW]
registrant[RW]
registrantName[RW]
statusDate[RW]
statusDescription[RW]
statusTime[RW]
statusType[RW]

Public Class Methods

new(statusDate = nil, statusTime = nil, registrant = nil, registrantName = nil, processCode = nil, processName = nil, statusType = nil, statusDescription = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 2742
def initialize(statusDate = nil, statusTime = nil, registrant = nil, registrantName = nil, processCode = nil, processName = nil, statusType = nil, statusDescription = nil)
  @statusDate = statusDate
  @statusTime = statusTime
  @registrant = registrant
  @registrantName = registrantName
  @processCode = processCode
  @processName = processName
  @statusType = statusType
  @statusDescription = statusDescription
end