Class: CrvApiClient::Api::Reproduction::ChainValue
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::ChainValue
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/chainValue
chainType - SOAP::SOAPString
chainVersion - SOAP::SOAPString
chainRowValue - CrvApiClient::Api::Reproduction::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.
1653 1654 1655 1656 1657 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1653 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.
1651 1652 1653 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1651 def chainRowValue @chainRowValue end |
#chainType ⇒ Object
Returns the value of attribute chainType.
1649 1650 1651 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1649 def chainType @chainType end |
#chainVersion ⇒ Object
Returns the value of attribute chainVersion.
1650 1651 1652 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1650 def chainVersion @chainVersion end |