class CrvApiClient::Api::Reproduction::AnimalOffer

{ws.crvholding.com/breedingTypes/}animalOffer

animalOfferType - SOAP::SOAPString
animalId - CrvApiClient::Api::Reproduction::AnimalId
owner - CrvApiClient::Api::Reproduction::ParticipantId
keeper - CrvApiClient::Api::Reproduction::ParticipantId
agreement - CrvApiClient::Api::Reproduction::BooleanType
ibrFree - CrvApiClient::Api::Reproduction::BooleanType

Attributes

agreement[RW]
animalId[RW]
animalOfferType[RW]
ibrFree[RW]
keeper[RW]
owner[RW]

Public Class Methods

new(animalOfferType = nil, animalId = nil, owner = nil, keeper = nil, agreement = nil, ibrFree = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 2627
def initialize(animalOfferType = nil, animalId = nil, owner = nil, keeper = nil, agreement = nil, ibrFree = nil)
  @animalOfferType = animalOfferType
  @animalId = animalId
  @owner = owner
  @keeper = keeper
  @agreement = agreement
  @ibrFree = ibrFree
end