class CrvApiClient::Api::Reproduction::AddAiEtDeliveryRequestType

{ws.crvholding.com/reproductionMessages/}addAiEtDeliveryRequestType

employee - CrvApiClient::Api::Reproduction::ParticipantId
round - SOAP::SOAPString
deliveryDate - (any)
siteVisit - CrvApiClient::Api::Reproduction::SiteVisit

Attributes

deliveryDate[RW]
employee[RW]
round[RW]
siteVisit[RW]

Public Class Methods

new(employee = nil, round = nil, deliveryDate = nil, siteVisit = []) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 446
def initialize(employee = nil, round = nil, deliveryDate = nil, siteVisit = [])
  @employee = employee
  @round = round
  @deliveryDate = deliveryDate
  @siteVisit = siteVisit
end