Class: CrvApiClient::Api::Reproduction::SemenAmount

Inherits:
Object
  • Object
show all
Defined in:
lib/crv_api_client/api/reproduction/reproduction.rb

Overview

/semenAmount

bullCd - SOAP::SOAPString
semenType - SOAP::SOAPString
amount - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bullCd = nil, semenType = nil, amount = nil) ⇒ SemenAmount

Returns a new instance of SemenAmount.



1845
1846
1847
1848
1849
# 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

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



1843
1844
1845
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1843

def amount
  @amount
end

#bullCdObject

Returns the value of attribute bullCd.



1841
1842
1843
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1841

def bullCd
  @bullCd
end

#semenTypeObject

Returns the value of attribute semenType.



1842
1843
1844
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1842

def semenType
  @semenType
end