Class: CrvApiClient::Api::Animals::DeletePlannedDepartureRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.rb

Overview

/deletePlannedDepartureRequestType

keeper - CrvApiClient::Api::Animals::ParticipantId
animalSupplyId - CrvApiClient::Api::Animals::AnimalSupplyId

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keeper = nil, animalSupplyId = []) ⇒ DeletePlannedDepartureRequestType

Returns a new instance of DeletePlannedDepartureRequestType.



49
50
51
52
# File 'lib/crv_api_client/api/animals/animals.rb', line 49

def initialize(keeper = nil, animalSupplyId = [])
  @keeper = keeper
  @animalSupplyId = animalSupplyId
end

Instance Attribute Details

#animalSupplyIdObject

Returns the value of attribute animalSupplyId.



47
48
49
# File 'lib/crv_api_client/api/animals/animals.rb', line 47

def animalSupplyId
  @animalSupplyId
end

#keeperObject

Returns the value of attribute keeper.



46
47
48
# File 'lib/crv_api_client/api/animals/animals.rb', line 46

def keeper
  @keeper
end