Class: DebugBundle::RemoteConfig::CapturePolicy

Inherits:
Struct
  • Object
show all
Defined in:
lib/debugbundle/remote_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#capture_breadcrumbsObject

Returns the value of attribute capture_breadcrumbs

Returns:

  • (Object)

    the current value of capture_breadcrumbs



7
8
9
# File 'lib/debugbundle/remote_config.rb', line 7

def capture_breadcrumbs
  @capture_breadcrumbs
end

#capture_logsObject

Returns the value of attribute capture_logs

Returns:

  • (Object)

    the current value of capture_logs



7
8
9
# File 'lib/debugbundle/remote_config.rb', line 7

def capture_logs
  @capture_logs
end

#capture_probe_eventsObject

Returns the value of attribute capture_probe_events

Returns:

  • (Object)

    the current value of capture_probe_events



7
8
9
# File 'lib/debugbundle/remote_config.rb', line 7

def capture_probe_events
  @capture_probe_events
end

#capture_request_eventsObject

Returns the value of attribute capture_request_events

Returns:

  • (Object)

    the current value of capture_request_events



7
8
9
# File 'lib/debugbundle/remote_config.rb', line 7

def capture_request_events
  @capture_request_events
end

#immediate_client_error_statusesObject

Returns the value of attribute immediate_client_error_statuses

Returns:

  • (Object)

    the current value of immediate_client_error_statuses



7
8
9
# File 'lib/debugbundle/remote_config.rb', line 7

def immediate_client_error_statuses
  @immediate_client_error_statuses
end

#presetObject

Returns the value of attribute preset

Returns:

  • (Object)

    the current value of preset



7
8
9
# File 'lib/debugbundle/remote_config.rb', line 7

def preset
  @preset
end