Class: DebugBundle::RemoteConfig::CapturePolicy
- Inherits:
-
Struct
- Object
- Struct
- DebugBundle::RemoteConfig::CapturePolicy
- Defined in:
- lib/debugbundle/remote_config.rb
Instance Attribute Summary collapse
-
#capture_breadcrumbs ⇒ Object
Returns the value of attribute capture_breadcrumbs.
-
#capture_logs ⇒ Object
Returns the value of attribute capture_logs.
-
#capture_probe_events ⇒ Object
Returns the value of attribute capture_probe_events.
-
#capture_request_events ⇒ Object
Returns the value of attribute capture_request_events.
-
#immediate_client_error_statuses ⇒ Object
Returns the value of attribute immediate_client_error_statuses.
-
#preset ⇒ Object
Returns the value of attribute preset.
Instance Attribute Details
#capture_breadcrumbs ⇒ Object
Returns the value of attribute capture_breadcrumbs
7 8 9 |
# File 'lib/debugbundle/remote_config.rb', line 7 def @capture_breadcrumbs end |
#capture_logs ⇒ Object
Returns the value of attribute capture_logs
7 8 9 |
# File 'lib/debugbundle/remote_config.rb', line 7 def capture_logs @capture_logs end |
#capture_probe_events ⇒ Object
Returns the value of attribute capture_probe_events
7 8 9 |
# File 'lib/debugbundle/remote_config.rb', line 7 def capture_probe_events @capture_probe_events end |
#capture_request_events ⇒ Object
Returns the value of attribute 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_statuses ⇒ Object
Returns the value of attribute 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 |
#preset ⇒ Object
Returns the value of attribute preset
7 8 9 |
# File 'lib/debugbundle/remote_config.rb', line 7 def preset @preset end |