class CrvApiClient::Api::Animals::DeletePlannedDepartureRequestType
{ws.crvholding.com/animalMessages/}deletePlannedDepartureRequestType
keeper - CrvApiClient::Api::Animals::ParticipantId animalSupplyId - CrvApiClient::Api::Animals::AnimalSupplyId
Attributes
animalSupplyId[RW]
keeper[RW]
Public Class Methods
new(keeper = nil, animalSupplyId = [])
click to toggle source
# File lib/crv_api_client/api/animals/animals.rb, line 49 def initialize(keeper = nil, animalSupplyId = []) @keeper = keeper @animalSupplyId = animalSupplyId end