Class: CrvApiClient::Api::Animals::AnimalSupplyChainValue

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

Overview

/animalSupplyChainValue

animalSupplyId - CrvApiClient::Api::Animals::AnimalSupplyId
chainValue - CrvApiClient::Api::Animals::ChainValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(animalSupplyId = nil, chainValue = nil) ⇒ AnimalSupplyChainValue

Returns a new instance of AnimalSupplyChainValue.



36
37
38
39
# File 'lib/crv_api_client/api/animals/animals.rb', line 36

def initialize(animalSupplyId = nil, chainValue = nil)
  @animalSupplyId = animalSupplyId
  @chainValue = chainValue
end

Instance Attribute Details

#animalSupplyIdObject

Returns the value of attribute animalSupplyId.



33
34
35
# File 'lib/crv_api_client/api/animals/animals.rb', line 33

def animalSupplyId
  @animalSupplyId
end

#chainValueObject

Returns the value of attribute chainValue.



34
35
36
# File 'lib/crv_api_client/api/animals/animals.rb', line 34

def chainValue
  @chainValue
end