Class: CrvApiClient::Api::Animals::PlannedArrivalDetail

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

Overview

/plannedArrivalDetail

supplyCd - SOAP::SOAPString
keeper - CrvApiClient::Api::Animals::ParticipantId
plannedDepartureDate - (any)
foodChainInfo - CrvApiClient::Api::Animals::BooleanType
foodChainInfoStandard - CrvApiClient::Api::Animals::BooleanType
trader - CrvApiClient::Api::Animals::ParticipantId
loadGroup - SOAP::SOAPString
destination - CrvApiClient::Api::Animals::ParticipantId
plannedDeliveryDateTime - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(supplyCd = nil, keeper = nil, plannedDepartureDate = nil, foodChainInfo = nil, foodChainInfoStandard = nil, trader = nil, loadGroup = nil, destination = nil, plannedDeliveryDateTime = nil) ⇒ PlannedArrivalDetail

Returns a new instance of PlannedArrivalDetail.



1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
# File 'lib/crv_api_client/api/animals/animals.rb', line 1234

def initialize(supplyCd = nil, keeper = nil, plannedDepartureDate = nil, foodChainInfo = nil, foodChainInfoStandard = nil, trader = nil, loadGroup = nil, destination = nil, plannedDeliveryDateTime = nil)
  @supplyCd = supplyCd
  @keeper = keeper
  @plannedDepartureDate = plannedDepartureDate
  @foodChainInfo = foodChainInfo
  @foodChainInfoStandard = foodChainInfoStandard
  @trader = trader
  @loadGroup = loadGroup
  @destination = destination
  @plannedDeliveryDateTime = plannedDeliveryDateTime
end

Instance Attribute Details

#destinationObject

Returns the value of attribute destination.



1231
1232
1233
# File 'lib/crv_api_client/api/animals/animals.rb', line 1231

def destination
  @destination
end

#foodChainInfoObject

Returns the value of attribute foodChainInfo.



1227
1228
1229
# File 'lib/crv_api_client/api/animals/animals.rb', line 1227

def foodChainInfo
  @foodChainInfo
end

#foodChainInfoStandardObject

Returns the value of attribute foodChainInfoStandard.



1228
1229
1230
# File 'lib/crv_api_client/api/animals/animals.rb', line 1228

def foodChainInfoStandard
  @foodChainInfoStandard
end

#keeperObject

Returns the value of attribute keeper.



1225
1226
1227
# File 'lib/crv_api_client/api/animals/animals.rb', line 1225

def keeper
  @keeper
end

#loadGroupObject

Returns the value of attribute loadGroup.



1230
1231
1232
# File 'lib/crv_api_client/api/animals/animals.rb', line 1230

def loadGroup
  @loadGroup
end

#plannedDeliveryDateTimeObject

Returns the value of attribute plannedDeliveryDateTime.



1232
1233
1234
# File 'lib/crv_api_client/api/animals/animals.rb', line 1232

def plannedDeliveryDateTime
  @plannedDeliveryDateTime
end

#plannedDepartureDateObject

Returns the value of attribute plannedDepartureDate.



1226
1227
1228
# File 'lib/crv_api_client/api/animals/animals.rb', line 1226

def plannedDepartureDate
  @plannedDepartureDate
end

#supplyCdObject

Returns the value of attribute supplyCd.



1224
1225
1226
# File 'lib/crv_api_client/api/animals/animals.rb', line 1224

def supplyCd
  @supplyCd
end

#traderObject

Returns the value of attribute trader.



1229
1230
1231
# File 'lib/crv_api_client/api/animals/animals.rb', line 1229

def trader
  @trader
end