Class: LaunchDarkly::Interfaces::BigSegmentStoreMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/ldclient-rb/interfaces.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(last_up_to_date) ⇒ BigSegmentStoreMetadata

Returns a new instance of BigSegmentStoreMetadata.



468
469
470
# File 'lib/ldclient-rb/interfaces.rb', line 468

def initialize(last_up_to_date)
  @last_up_to_date = last_up_to_date
end

Instance Attribute Details

#last_up_to_dateInteger|nil (readonly)

The Unix epoch millisecond timestamp of the last update to the LaunchDarkly::Interfaces::BigSegmentStore. It is nil if the store has never been updated.

Returns:

  • (Integer|nil)


476
477
478
# File 'lib/ldclient-rb/interfaces.rb', line 476

def last_up_to_date
  @last_up_to_date
end