Class: CrvApiClient::Api::Animals::ChainRowValue

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/animals/animals.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.



1107
1108
1109
1110
# File 'lib/crv_api_client/api/animals/animals.rb', line 1107

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

Instance Attribute Details

#rowCdObject

Returns the value of attribute rowCd.



1104
1105
1106
# File 'lib/crv_api_client/api/animals/animals.rb', line 1104

def rowCd
  @rowCd
end

#rowValueObject

Returns the value of attribute rowValue.



1105
1106
1107
# File 'lib/crv_api_client/api/animals/animals.rb', line 1105

def rowValue
  @rowValue
end