Class: CrvApiClient::Api::Animals::AnimalSupplyPlannedDeparture

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

Overview

/animalSupplyPlannedDeparture

animalSupplyId - CrvApiClient::Api::Animals::AnimalSupplyId
postpone - CrvApiClient::Api::Animals::DateReason
refusal - CrvApiClient::Api::Animals::DateReason
departure - CrvApiClient::Api::Animals::DateReason
chainValueStatus - CrvApiClient::Api::Animals::ChainValueStatus

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(animalSupplyId = nil, postpone = nil, refusal = nil, departure = nil, chainValueStatus = nil) ⇒ AnimalSupplyPlannedDeparture

Returns a new instance of AnimalSupplyPlannedDeparture.



68
69
70
71
72
73
74
# File 'lib/crv_api_client/api/animals/animals.rb', line 68

def initialize(animalSupplyId = nil, postpone = nil, refusal = nil, departure = nil, chainValueStatus = nil)
  @animalSupplyId = animalSupplyId
  @postpone = postpone
  @refusal = refusal
  @departure = departure
  @chainValueStatus = chainValueStatus
end

Instance Attribute Details

#animalSupplyIdObject

Returns the value of attribute animalSupplyId.



62
63
64
# File 'lib/crv_api_client/api/animals/animals.rb', line 62

def animalSupplyId
  @animalSupplyId
end

#chainValueStatusObject

Returns the value of attribute chainValueStatus.



66
67
68
# File 'lib/crv_api_client/api/animals/animals.rb', line 66

def chainValueStatus
  @chainValueStatus
end

#departureObject

Returns the value of attribute departure.



65
66
67
# File 'lib/crv_api_client/api/animals/animals.rb', line 65

def departure
  @departure
end

#postponeObject

Returns the value of attribute postpone.



63
64
65
# File 'lib/crv_api_client/api/animals/animals.rb', line 63

def postpone
  @postpone
end

#refusalObject

Returns the value of attribute refusal.



64
65
66
# File 'lib/crv_api_client/api/animals/animals.rb', line 64

def refusal
  @refusal
end