Class: CrvApiClient::Api::Reproduction::InseminationForFlushing

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#bullObject

Returns the value of attribute bull.



2335
2336
2337
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2335

def bull
  @bull
end

#bullCdObject

Returns the value of attribute bullCd.



2336
2337
2338
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2336

def bullCd
  @bullCd
end

#inseminationDateObject

Returns the value of attribute inseminationDate.



2334
2335
2336
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2334

def inseminationDate
  @inseminationDate
end

#semenTypeObject

Returns the value of attribute semenType.



2337
2338
2339
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2337

def semenType
  @semenType
end

#serialNrObject

Returns the value of attribute serialNr.



2333
2334
2335
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 2333

def serialNr
  @serialNr
end