Class: SentryErrorPresenter::FrequencyStruct

Inherits:
Struct
  • Object
show all
Defined in:
app/presenters/sentry_error_presenter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



6
7
8
# File 'app/presenters/sentry_error_presenter.rb', line 6

def count
  @count
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



6
7
8
# File 'app/presenters/sentry_error_presenter.rb', line 6

def time
  @time
end