Class: CrvApiClient::Api::Reproduction::ChainRowValue

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

Overview

/chainRowValue

rowCd - SOAP::SOAPString
rowValue - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rowCd = nil, rowValue = nil) ⇒ ChainRowValue

Returns a new instance of ChainRowValue.



1667
1668
1669
1670
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1667

def initialize(rowCd = nil, rowValue = nil)
  @rowCd = rowCd
  @rowValue = rowValue
end

Instance Attribute Details

#rowCdObject

Returns the value of attribute rowCd.



1664
1665
1666
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1664

def rowCd
  @rowCd
end

#rowValueObject

Returns the value of attribute rowValue.



1665
1666
1667
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1665

def rowValue
  @rowValue
end