Class: CrvApiClient::Api::Reproduction::ChainValue

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#chainRowValueObject

Returns the value of attribute chainRowValue.



1651
1652
1653
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1651

def chainRowValue
  @chainRowValue
end

#chainTypeObject

Returns the value of attribute chainType.



1649
1650
1651
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1649

def chainType
  @chainType
end

#chainVersionObject

Returns the value of attribute chainVersion.



1650
1651
1652
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1650

def chainVersion
  @chainVersion
end