class CrvApiClient::Api::Reproduction::ChainValue
{ws.crvholding.com/animalTypes/}chainValue
chainType - SOAP::SOAPString chainVersion - SOAP::SOAPString chainRowValue - CrvApiClient::Api::Reproduction::ChainRowValue
Attributes
chainRowValue[RW]
chainType[RW]
chainVersion[RW]
Public Class Methods
new(chainType = nil, chainVersion = nil, chainRowValue = [])
click to toggle source
# 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