class CrvApiClient::Api::Reproduction::RecommendedBull
{ws.crvholding.com/breedingTypes/}recommendedBull
ranking - SOAP::SOAPString name - SOAP::SOAPString aiCode - CrvApiClient::Api::Reproduction::AnimalId semenType - SOAP::SOAPString
Attributes
aiCode[RW]
name[RW]
ranking[RW]
semenType[RW]
Public Class Methods
new(ranking = nil, name = nil, aiCode = nil, semenType = nil)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 2778 def initialize(ranking = nil, name = nil, aiCode = nil, semenType = nil) @ranking = ranking @name = name @aiCode = aiCode @semenType = semenType end