Method: Google::Cloud::Storage::Bucket::Lifecycle::Rule#custom_time_before

Defined in:
lib/google/cloud/storage/bucket/lifecycle.rb,
lib/google/cloud/storage/bucket/lifecycle.rb

#custom_time_beforeString, ...

A date in RFC 3339 format with only the date part (for instance, "2013-01-15"). This condition is satisfied when the custom time on an object is before this date in UTC.

Returns:

  • (String, Date, nil)

    the current value of custom_time_before



437
438
439
# File 'lib/google/cloud/storage/bucket/lifecycle.rb', line 437

def custom_time_before
  @custom_time_before
end