Class: CrvApiClient::Api::Animals::AddPlannedDepartureRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#animalSupplyChainValueObject

Returns the value of attribute animalSupplyChainValue.



21
22
23
# File 'lib/crv_api_client/api/animals/animals.rb', line 21

def animalSupplyChainValue
  @animalSupplyChainValue
end

#keeperObject

Returns the value of attribute keeper.



20
21
22
# File 'lib/crv_api_client/api/animals/animals.rb', line 20

def keeper
  @keeper
end