Class: CrvApiClient::Api::Animals::AnimalSupplyPlannedDeparture
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::AnimalSupplyPlannedDeparture
- 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
-
#animalSupplyId ⇒ Object
Returns the value of attribute animalSupplyId.
-
#chainValueStatus ⇒ Object
Returns the value of attribute chainValueStatus.
-
#departure ⇒ Object
Returns the value of attribute departure.
-
#postpone ⇒ Object
Returns the value of attribute postpone.
-
#refusal ⇒ Object
Returns the value of attribute refusal.
Instance Method Summary collapse
-
#initialize(animalSupplyId = nil, postpone = nil, refusal = nil, departure = nil, chainValueStatus = nil) ⇒ AnimalSupplyPlannedDeparture
constructor
A new instance of AnimalSupplyPlannedDeparture.
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
#animalSupplyId ⇒ Object
Returns the value of attribute animalSupplyId.
62 63 64 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 62 def animalSupplyId @animalSupplyId end |
#chainValueStatus ⇒ Object
Returns the value of attribute chainValueStatus.
66 67 68 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 66 def chainValueStatus @chainValueStatus end |
#departure ⇒ Object
Returns the value of attribute departure.
65 66 67 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 65 def departure @departure end |
#postpone ⇒ Object
Returns the value of attribute postpone.
63 64 65 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 63 def postpone @postpone end |
#refusal ⇒ Object
Returns the value of attribute refusal.
64 65 66 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 64 def refusal @refusal end |