class CrvApiClient::Api::Animals::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/animals/animals.rb, line 1107
def initialize(rowCd = nil, rowValue = nil)
  @rowCd = rowCd
  @rowValue = rowValue
end