Class: CrvApiClient::Api::Reproduction::InseminationForFlushing
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::InseminationForFlushing
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/inseminationForFlushing
serialNr - SOAP::SOAPString
inseminationDate - (any)
bull - CrvApiClient::Api::Reproduction::AnimalId
bullCd - SOAP::SOAPString
semenType - SOAP::SOAPString
Instance Attribute Summary collapse
-
#bull ⇒ Object
Returns the value of attribute bull.
-
#bullCd ⇒ Object
Returns the value of attribute bullCd.
-
#inseminationDate ⇒ Object
Returns the value of attribute inseminationDate.
-
#semenType ⇒ Object
Returns the value of attribute semenType.
-
#serialNr ⇒ Object
Returns the value of attribute serialNr.
Instance Method Summary collapse
-
#initialize(serialNr = nil, inseminationDate = nil, bull = nil, bullCd = nil, semenType = nil) ⇒ InseminationForFlushing
constructor
A new instance of InseminationForFlushing.
Constructor Details
#initialize(serialNr = nil, inseminationDate = nil, bull = nil, bullCd = nil, semenType = nil) ⇒ InseminationForFlushing
Returns a new instance of InseminationForFlushing.
2339 2340 2341 2342 2343 2344 2345 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2339 def initialize(serialNr = nil, inseminationDate = nil, bull = nil, bullCd = nil, semenType = nil) @serialNr = serialNr @inseminationDate = inseminationDate @bull = bull @bullCd = bullCd @semenType = semenType end |
Instance Attribute Details
#bull ⇒ Object
Returns the value of attribute bull.
2335 2336 2337 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2335 def bull @bull end |
#bullCd ⇒ Object
Returns the value of attribute bullCd.
2336 2337 2338 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2336 def bullCd @bullCd end |
#inseminationDate ⇒ Object
Returns the value of attribute inseminationDate.
2334 2335 2336 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2334 def inseminationDate @inseminationDate end |
#semenType ⇒ Object
Returns the value of attribute semenType.
2337 2338 2339 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2337 def semenType @semenType end |
#serialNr ⇒ Object
Returns the value of attribute serialNr.
2333 2334 2335 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2333 def serialNr @serialNr end |