enum

Google::Maps::RouteOptimization::UnloadingPolicy

Inherits Enum < Comparable < Value < Object

Policy for how a vehicle can be unloaded

Constants

UNLOADING_POLICY_UNSPECIFIED = 0
LAST_IN_FIRST_OUT = 1
FIRST_IN_FIRST_OUT = 2

Instance methods

first_in_first_out?

Returns true if this enum value equals FIRST_IN_FIRST_OUT

Source
last_in_first_out?

Returns true if this enum value equals LAST_IN_FIRST_OUT

Source
unloading_policy_unspecified?

Returns true if this enum value equals UNLOADING_POLICY_UNSPECIFIED

Source