Class: DebugBundle::RemoteConfig::ImmediateClientErrorPathRule
- Inherits:
-
Struct
- Object
- Struct
- DebugBundle::RemoteConfig::ImmediateClientErrorPathRule
- Defined in:
- lib/debugbundle/remote_config.rb
Instance Attribute Summary collapse
-
#http_methods ⇒ Object
Returns the value of attribute http_methods.
-
#path_pattern ⇒ Object
Returns the value of attribute path_pattern.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
Instance Attribute Details
#http_methods ⇒ Object
Returns the value of attribute http_methods
18 19 20 |
# File 'lib/debugbundle/remote_config.rb', line 18 def http_methods @http_methods end |
#path_pattern ⇒ Object
Returns the value of attribute path_pattern
18 19 20 |
# File 'lib/debugbundle/remote_config.rb', line 18 def path_pattern @path_pattern end |
#status_code ⇒ Object
Returns the value of attribute status_code
18 19 20 |
# File 'lib/debugbundle/remote_config.rb', line 18 def status_code @status_code end |