Class: CrvApiClient::Api::Reproduction::PlannedArrivalDetail

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

Overview

/plannedArrivalDetail

supplyCd - SOAP::SOAPString
keeper - CrvApiClient::Api::Reproduction::ParticipantId
plannedDepartureDate - (any)
foodChainInfo - CrvApiClient::Api::Reproduction::BooleanType
foodChainInfoStandard - CrvApiClient::Api::Reproduction::BooleanType
trader - CrvApiClient::Api::Reproduction::ParticipantId
loadGroup - SOAP::SOAPString
destination - CrvApiClient::Api::Reproduction::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.



1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1794

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.



1791
1792
1793
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1791

def destination
  @destination
end

#foodChainInfoObject

Returns the value of attribute foodChainInfo.



1787
1788
1789
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1787

def foodChainInfo
  @foodChainInfo
end

#foodChainInfoStandardObject

Returns the value of attribute foodChainInfoStandard.



1788
1789
1790
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1788

def foodChainInfoStandard
  @foodChainInfoStandard
end

#keeperObject

Returns the value of attribute keeper.



1785
1786
1787
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1785

def keeper
  @keeper
end

#loadGroupObject

Returns the value of attribute loadGroup.



1790
1791
1792
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1790

def loadGroup
  @loadGroup
end

#plannedDeliveryDateTimeObject

Returns the value of attribute plannedDeliveryDateTime.



1792
1793
1794
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1792

def plannedDeliveryDateTime
  @plannedDeliveryDateTime
end

#plannedDepartureDateObject

Returns the value of attribute plannedDepartureDate.



1786
1787
1788
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1786

def plannedDepartureDate
  @plannedDepartureDate
end

#supplyCdObject

Returns the value of attribute supplyCd.



1784
1785
1786
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1784

def supplyCd
  @supplyCd
end

#traderObject

Returns the value of attribute trader.



1789
1790
1791
# File 'lib/crv_api_client/api/reproduction/reproduction.rb', line 1789

def trader
  @trader
end