Class: CrvApiClient::Api::Reproduction::BrokenStraw

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

Overview

/brokenStraw

bullCd - SOAP::SOAPString
bullCdScanned - SOAP::SOAPString
chargeNr - SOAP::SOAPString
chargeNrScanned - SOAP::SOAPString
bull - CrvApiClient::Api::Reproduction::AnimalId
semenType - SOAP::SOAPString
ownStock - SOAP::SOAPString
semenChargeCd - SOAP::SOAPString
registrationTime - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bullCd = nil, bullCdScanned = nil, chargeNr = nil, chargeNrScanned = nil, bull = nil, semenType = nil, ownStock = nil, semenChargeCd = nil, registrationTime = nil) ⇒ BrokenStraw

Returns a new instance of BrokenStraw.



345
346
347
348
349
350
351
352
353
354
355
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 345

def initialize(bullCd = nil, bullCdScanned = nil, chargeNr = nil, chargeNrScanned = nil, bull = nil, semenType = nil, ownStock = nil, semenChargeCd = nil, registrationTime = nil)
  @bullCd = bullCd
  @bullCdScanned = bullCdScanned
  @chargeNr = chargeNr
  @chargeNrScanned = chargeNrScanned
  @bull = bull
  @semenType = semenType
  @ownStock = ownStock
  @semenChargeCd = semenChargeCd
  @registrationTime = registrationTime
end

Instance Attribute Details

#bullObject

Returns the value of attribute bull.



339
340
341
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 339

def bull
  @bull
end

#bullCdObject

Returns the value of attribute bullCd.



335
336
337
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 335

def bullCd
  @bullCd
end

#bullCdScannedObject

Returns the value of attribute bullCdScanned.



336
337
338
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 336

def bullCdScanned
  @bullCdScanned
end

#chargeNrObject

Returns the value of attribute chargeNr.



337
338
339
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 337

def chargeNr
  @chargeNr
end

#chargeNrScannedObject

Returns the value of attribute chargeNrScanned.



338
339
340
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 338

def chargeNrScanned
  @chargeNrScanned
end

#ownStockObject

Returns the value of attribute ownStock.



341
342
343
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 341

def ownStock
  @ownStock
end

#registrationTimeObject

Returns the value of attribute registrationTime.



343
344
345
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 343

def registrationTime
  @registrationTime
end

#semenChargeCdObject

Returns the value of attribute semenChargeCd.



342
343
344
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 342

def semenChargeCd
  @semenChargeCd
end

#semenTypeObject

Returns the value of attribute semenType.



340
341
342
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 340

def semenType
  @semenType
end