class CrvApiClient::Api::Reproduction::AnimalMilkingSampleType

{ICARAggregateBusinessInformationEntity:1}AnimalMilkingSampleType

bottleIdentifierType - CrvApiClient::Api::Reproduction::BottleIdentifierCodeType
rackNumber - CrvApiClient::Api::Reproduction::IDType
bottlePosition - CrvApiClient::Api::Reproduction::IDType
bottleIdentifier - CrvApiClient::Api::Reproduction::IDType
validSampleFillingIndicator - CrvApiClient::Api::Reproduction::ValidSampleFillingIndicatorCodeType

Attributes

bottleIdentifier[RW]
bottleIdentifierType[RW]
bottlePosition[RW]
rackNumber[RW]
validSampleFillingIndicator[RW]

Public Class Methods

new(bottleIdentifierType = nil, rackNumber = nil, bottlePosition = nil, bottleIdentifier = nil, validSampleFillingIndicator = nil) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3328
def initialize(bottleIdentifierType = nil, rackNumber = nil, bottlePosition = nil, bottleIdentifier = nil, validSampleFillingIndicator = nil)
  @bottleIdentifierType = bottleIdentifierType
  @rackNumber = rackNumber
  @bottlePosition = bottlePosition
  @bottleIdentifier = bottleIdentifier
  @validSampleFillingIndicator = validSampleFillingIndicator
end