Class: CrvApiClient::Api::Animals::DeletePlannedDepartureRequestType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::DeletePlannedDepartureRequestType
- 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
-
#animalSupplyId ⇒ Object
Returns the value of attribute animalSupplyId.
-
#keeper ⇒ Object
Returns the value of attribute keeper.
Instance Method Summary collapse
-
#initialize(keeper = nil, animalSupplyId = []) ⇒ DeletePlannedDepartureRequestType
constructor
A new instance of DeletePlannedDepartureRequestType.
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
#animalSupplyId ⇒ Object
Returns the value of attribute animalSupplyId.
47 48 49 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 47 def animalSupplyId @animalSupplyId end |
#keeper ⇒ Object
Returns the value of attribute keeper.
46 47 48 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 46 def keeper @keeper end |