Class: CrvApiClient::Api::Reproduction::SiteVisit
- Inherits:
-
Object
- Object
- CrvApiClient::Api::Reproduction::SiteVisit
- Defined in:
- lib/crv_api_client/api/reproduction/reproduction.rb
Overview
/siteVisit
siteVisitSerialNr - SOAP::SOAPString
site - SOAP::SOAPString
siteScanned - SOAP::SOAPString
orderNr - SOAP::SOAPString
statusVisit - SOAP::SOAPString
registrationCompletedTime - (any)
deliveryCheckCd - SOAP::SOAPString
insemination - CrvApiClient::Api::Reproduction::Insemination
cowNotServed - CrvApiClient::Api::Reproduction::CowNotServed
brokenStraw - CrvApiClient::Api::Reproduction::BrokenStraw
productDelivery - CrvApiClient::Api::Reproduction::ProductDelivery
support - CrvApiClient::Api::Reproduction::Support
inheatChecks - CrvApiClient::Api::Reproduction::InheatChecks
pregnancyChecks - CrvApiClient::Api::Reproduction::PregnancyChecks
echograms - CrvApiClient::Api::Reproduction::Echograms
animalExaminations - CrvApiClient::Api::Reproduction::AnimalExaminations
transplantation - CrvApiClient::Api::Reproduction::Transplantation
flushing - CrvApiClient::Api::Reproduction::Flushing
Instance Attribute Summary collapse
-
#animalExaminations ⇒ Object
Returns the value of attribute animalExaminations.
-
#brokenStraw ⇒ Object
Returns the value of attribute brokenStraw.
-
#cowNotServed ⇒ Object
Returns the value of attribute cowNotServed.
-
#deliveryCheckCd ⇒ Object
Returns the value of attribute deliveryCheckCd.
-
#echograms ⇒ Object
Returns the value of attribute echograms.
-
#flushing ⇒ Object
Returns the value of attribute flushing.
-
#inheatChecks ⇒ Object
Returns the value of attribute inheatChecks.
-
#insemination ⇒ Object
Returns the value of attribute insemination.
-
#orderNr ⇒ Object
Returns the value of attribute orderNr.
-
#pregnancyChecks ⇒ Object
Returns the value of attribute pregnancyChecks.
-
#productDelivery ⇒ Object
Returns the value of attribute productDelivery.
-
#registrationCompletedTime ⇒ Object
Returns the value of attribute registrationCompletedTime.
-
#site ⇒ Object
Returns the value of attribute site.
-
#siteScanned ⇒ Object
Returns the value of attribute siteScanned.
-
#siteVisitSerialNr ⇒ Object
Returns the value of attribute siteVisitSerialNr.
-
#statusVisit ⇒ Object
Returns the value of attribute statusVisit.
-
#support ⇒ Object
Returns the value of attribute support.
-
#transplantation ⇒ Object
Returns the value of attribute transplantation.
Instance Method Summary collapse
Constructor Details
#initialize(siteVisitSerialNr = nil, site = nil, siteScanned = nil, orderNr = nil, statusVisit = nil, registrationCompletedTime = nil, deliveryCheckCd = nil, insemination = [], cowNotServed = [], brokenStraw = [], productDelivery = [], support = [], inheatChecks = nil, pregnancyChecks = nil, echograms = nil, animalExaminations = nil, transplantation = [], flushing = []) ⇒ SiteVisit
Returns a new instance of SiteVisit.
413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 413 def initialize(siteVisitSerialNr = nil, site = nil, siteScanned = nil, orderNr = nil, statusVisit = nil, registrationCompletedTime = nil, deliveryCheckCd = nil, insemination = [], cowNotServed = [], brokenStraw = [], productDelivery = [], support = [], inheatChecks = nil, pregnancyChecks = nil, echograms = nil, animalExaminations = nil, transplantation = [], flushing = []) @siteVisitSerialNr = siteVisitSerialNr @site = site @siteScanned = siteScanned @orderNr = orderNr @statusVisit = statusVisit @registrationCompletedTime = registrationCompletedTime @deliveryCheckCd = deliveryCheckCd @insemination = insemination @cowNotServed = cowNotServed @brokenStraw = brokenStraw @productDelivery = productDelivery @support = support @inheatChecks = inheatChecks @pregnancyChecks = pregnancyChecks @echograms = echograms @animalExaminations = animalExaminations @transplantation = transplantation @flushing = flushing end |
Instance Attribute Details
#animalExaminations ⇒ Object
Returns the value of attribute animalExaminations.
409 410 411 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 409 def animalExaminations @animalExaminations end |
#brokenStraw ⇒ Object
Returns the value of attribute brokenStraw.
403 404 405 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 403 def brokenStraw @brokenStraw end |
#cowNotServed ⇒ Object
Returns the value of attribute cowNotServed.
402 403 404 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 402 def cowNotServed @cowNotServed end |
#deliveryCheckCd ⇒ Object
Returns the value of attribute deliveryCheckCd.
400 401 402 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 400 def deliveryCheckCd @deliveryCheckCd end |
#echograms ⇒ Object
Returns the value of attribute echograms.
408 409 410 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 408 def echograms @echograms end |
#flushing ⇒ Object
Returns the value of attribute flushing.
411 412 413 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 411 def flushing @flushing end |
#inheatChecks ⇒ Object
Returns the value of attribute inheatChecks.
406 407 408 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 406 def inheatChecks @inheatChecks end |
#insemination ⇒ Object
Returns the value of attribute insemination.
401 402 403 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 401 def insemination @insemination end |
#orderNr ⇒ Object
Returns the value of attribute orderNr.
397 398 399 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 397 def orderNr @orderNr end |
#pregnancyChecks ⇒ Object
Returns the value of attribute pregnancyChecks.
407 408 409 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 407 def pregnancyChecks @pregnancyChecks end |
#productDelivery ⇒ Object
Returns the value of attribute productDelivery.
404 405 406 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 404 def productDelivery @productDelivery end |
#registrationCompletedTime ⇒ Object
Returns the value of attribute registrationCompletedTime.
399 400 401 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 399 def registrationCompletedTime @registrationCompletedTime end |
#site ⇒ Object
Returns the value of attribute site.
395 396 397 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 395 def site @site end |
#siteScanned ⇒ Object
Returns the value of attribute siteScanned.
396 397 398 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 396 def siteScanned @siteScanned end |
#siteVisitSerialNr ⇒ Object
Returns the value of attribute siteVisitSerialNr.
394 395 396 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 394 def siteVisitSerialNr @siteVisitSerialNr end |
#statusVisit ⇒ Object
Returns the value of attribute statusVisit.
398 399 400 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 398 def statusVisit @statusVisit end |
#support ⇒ Object
Returns the value of attribute support.
405 406 407 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 405 def support @support end |
#transplantation ⇒ Object
Returns the value of attribute transplantation.
410 411 412 |
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 410 def transplantation @transplantation end |