class CrvApiClient::Api::Reproduction::ChainRowValue

{ws.crvholding.com/animalTypes/}chainRowValue

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

Attributes

rowCd[RW]
rowValue[RW]

Public Class Methods

new(rowCd = nil, rowValue = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 1667
def initialize(rowCd = nil, rowValue = nil)
  @rowCd = rowCd
  @rowValue = rowValue
end