class CrvApiClient::Api::Reproduction::SemenAmount
{ws.crvholding.com/logisticsTypes/}semenAmount
bullCd - SOAP::SOAPString semenType - SOAP::SOAPString amount - SOAP::SOAPString
Attributes
amount[RW]
bullCd[RW]
semenType[RW]
Public Class Methods
new(bullCd = nil, semenType = nil, amount = nil)
click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 1845 def initialize(bullCd = nil, semenType = nil, amount = nil) @bullCd = bullCd @semenType = semenType @amount = amount end