Class: CrvApiClient::Api::Reproduction::CowNotServed

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

Overview

/cowNotServed

cow - CrvApiClient::Api::Reproduction::AnimalId
cowScanned - SOAP::SOAPString
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
refuseCd - SOAP::SOAPString
registrationTime - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cow = nil, cowScanned = nil, bullCd = nil, bullCdScanned = nil, chargeNr = nil, chargeNrScanned = nil, bull = nil, semenType = nil, ownStock = nil, semenChargeCd = nil, refuseCd = nil, registrationTime = nil) ⇒ CowNotServed

Returns a new instance of CowNotServed.



308
309
310
311
312
313
314
315
316
317
318
319
320
321
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 308

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

Instance Attribute Details

#bullObject

Returns the value of attribute bull.



301
302
303
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 301

def bull
  @bull
end

#bullCdObject

Returns the value of attribute bullCd.



297
298
299
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 297

def bullCd
  @bullCd
end

#bullCdScannedObject

Returns the value of attribute bullCdScanned.



298
299
300
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 298

def bullCdScanned
  @bullCdScanned
end

#chargeNrObject

Returns the value of attribute chargeNr.



299
300
301
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 299

def chargeNr
  @chargeNr
end

#chargeNrScannedObject

Returns the value of attribute chargeNrScanned.



300
301
302
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 300

def chargeNrScanned
  @chargeNrScanned
end

#cowObject

Returns the value of attribute cow.



295
296
297
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 295

def cow
  @cow
end

#cowScannedObject

Returns the value of attribute cowScanned.



296
297
298
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 296

def cowScanned
  @cowScanned
end

#ownStockObject

Returns the value of attribute ownStock.



303
304
305
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 303

def ownStock
  @ownStock
end

#refuseCdObject

Returns the value of attribute refuseCd.



305
306
307
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 305

def refuseCd
  @refuseCd
end

#registrationTimeObject

Returns the value of attribute registrationTime.



306
307
308
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 306

def registrationTime
  @registrationTime
end

#semenChargeCdObject

Returns the value of attribute semenChargeCd.



304
305
306
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 304

def semenChargeCd
  @semenChargeCd
end

#semenTypeObject

Returns the value of attribute semenType.



302
303
304
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 302

def semenType
  @semenType
end