Class: DebugBundle::RemoteConfig::ImmediateClientErrorPathRule

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

Instance Attribute Summary collapse

Instance Attribute Details

#http_methodsObject

Returns the value of attribute http_methods

Returns:

  • (Object)

    the current value of http_methods



18
19
20
# File 'lib/debugbundle/remote_config.rb', line 18

def http_methods
  @http_methods
end

#path_patternObject

Returns the value of attribute path_pattern

Returns:

  • (Object)

    the current value of path_pattern



18
19
20
# File 'lib/debugbundle/remote_config.rb', line 18

def path_pattern
  @path_pattern
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



18
19
20
# File 'lib/debugbundle/remote_config.rb', line 18

def status_code
  @status_code
end