Class: RailsErrorDashboard::Services::StormProtection::CountBuffer::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_error_dashboard/services/storm_protection/count_buffer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameObject

Returns the value of attribute action_name

Returns:

  • (Object)

    the current value of action_name



23
24
25
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23

def action_name
  @action_name
end

#controller_nameObject

Returns the value of attribute controller_name

Returns:

  • (Object)

    the current value of controller_name



23
24
25
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23

def controller_name
  @controller_name
end

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



23
24
25
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23

def count
  @count
end

#custom_hashObject

Returns the value of attribute custom_hash

Returns:

  • (Object)

    the current value of custom_hash



23
24
25
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23

def custom_hash
  @custom_hash
end

#error_classObject

Returns the value of attribute error_class

Returns:

  • (Object)

    the current value of error_class



23
24
25
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23

def error_class
  @error_class
end

#first_app_frameObject

Returns the value of attribute first_app_frame

Returns:

  • (Object)

    the current value of first_app_frame



23
24
25
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23

def first_app_frame
  @first_app_frame
end

#first_seen_atObject

Returns the value of attribute first_seen_at

Returns:

  • (Object)

    the current value of first_seen_at



23
24
25
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23

def first_seen_at
  @first_seen_at
end

#last_seen_atObject

Returns the value of attribute last_seen_at

Returns:

  • (Object)

    the current value of last_seen_at



23
24
25
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23

def last_seen_at
  @last_seen_at
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



23
24
25
# File 'lib/rails_error_dashboard/services/storm_protection/count_buffer.rb', line 23

def message
  @message
end