Class: LaunchDarkly::EventSummary

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

Instance Attribute Summary collapse

Instance Attribute Details

#countersObject

Returns the value of attribute counters

Returns:

  • (Object)

    the current value of counters



4
5
6
# File 'lib/ldclient-rb/event_summarizer.rb', line 4

def counters
  @counters
end

#end_dateObject

Returns the value of attribute end_date

Returns:

  • (Object)

    the current value of end_date



4
5
6
# File 'lib/ldclient-rb/event_summarizer.rb', line 4

def end_date
  @end_date
end

#start_dateObject

Returns the value of attribute start_date

Returns:

  • (Object)

    the current value of start_date



4
5
6
# File 'lib/ldclient-rb/event_summarizer.rb', line 4

def start_date
  @start_date
end