Class: CrvApiClient::Api::Animals::ChainValue
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Animals::ChainValue
- Defined in:
- lib/crv_api_client/api/animals/animals.rb
Overview
/chainValue
chainType - SOAP::SOAPString
chainVersion - SOAP::SOAPString
chainRowValue - CrvApiClient::Api::Animals::ChainRowValue
Instance Attribute Summary collapse
-
#chainRowValue ⇒ Object
Returns the value of attribute chainRowValue.
-
#chainType ⇒ Object
Returns the value of attribute chainType.
-
#chainVersion ⇒ Object
Returns the value of attribute chainVersion.
Instance Method Summary collapse
-
#initialize(chainType = nil, chainVersion = nil, chainRowValue = []) ⇒ ChainValue
constructor
A new instance of ChainValue.
Constructor Details
#initialize(chainType = nil, chainVersion = nil, chainRowValue = []) ⇒ ChainValue
Returns a new instance of ChainValue.
1093 1094 1095 1096 1097 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1093 def initialize(chainType = nil, chainVersion = nil, chainRowValue = []) @chainType = chainType @chainVersion = chainVersion @chainRowValue = chainRowValue end |
Instance Attribute Details
#chainRowValue ⇒ Object
Returns the value of attribute chainRowValue.
1091 1092 1093 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1091 def chainRowValue @chainRowValue end |
#chainType ⇒ Object
Returns the value of attribute chainType.
1089 1090 1091 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1089 def chainType @chainType end |
#chainVersion ⇒ Object
Returns the value of attribute chainVersion.
1090 1091 1092 |
# File 'lib/crv_api_client/api/animals/animals.rb', line 1090 def chainVersion @chainVersion end |