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.



205
206
207
# File 'lib/ldclient-rb/interfaces.rb', line 205

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)


213
214
215
# File 'lib/ldclient-rb/interfaces.rb', line 213

def last_up_to_date
  @last_up_to_date
end