Class: CrvApiClient::Api::Animals::AddPlannedDepartureRequestType
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::AddPlannedDepartureRequestType
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/addPlannedDepartureRequestType
keeper - CrvApiClient::Api::Animals::ParticipantId
animalSupplyChainValue - CrvApiClient::Api::Animals::AnimalSupplyChainValue
Instance Attribute Summary collapse
-
#animalSupplyChainValue ⇒ Object
Returns the value of attribute animalSupplyChainValue.
-
#keeper ⇒ Object
Returns the value of attribute keeper.
Instance Method Summary collapse
-
#initialize(keeper = nil, animalSupplyChainValue = []) ⇒ AddPlannedDepartureRequestType
constructor
A new instance of AddPlannedDepartureRequestType.
Constructor Details
#initialize(keeper = nil, animalSupplyChainValue = []) ⇒ AddPlannedDepartureRequestType
Returns a new instance of AddPlannedDepartureRequestType.
23 24 25 26 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 23 def initialize(keeper = nil, animalSupplyChainValue = []) @keeper = keeper @animalSupplyChainValue = animalSupplyChainValue end |
Instance Attribute Details
#animalSupplyChainValue ⇒ Object
Returns the value of attribute animalSupplyChainValue.
21 22 23 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 21 def animalSupplyChainValue @animalSupplyChainValue end |
#keeper ⇒ Object
Returns the value of attribute keeper.
20 21 22 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 20 def keeper @keeper end |