Class: NewRelic::Security::Agent::Control::FuzzRequest
- Inherits:
-
Object
- Object
- NewRelic::Security::Agent::Control::FuzzRequest
- Defined in:
- lib/newrelic_security/agent/control/fuzz_request.rb
Instance Attribute Summary collapse
-
#case_type ⇒ Object
Returns the value of attribute case_type.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#reflected_metadata ⇒ Object
Returns the value of attribute reflected_metadata.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Method Summary collapse
-
#initialize(id) ⇒ FuzzRequest
constructor
A new instance of FuzzRequest.
Constructor Details
#initialize(id) ⇒ FuzzRequest
Returns a new instance of FuzzRequest.
8 9 10 11 12 13 |
# File 'lib/newrelic_security/agent/control/fuzz_request.rb', line 8 def initialize(id) @id = id @request = nil @case_type = nil @reflected_metadata = nil end |
Instance Attribute Details
#case_type ⇒ Object
Returns the value of attribute case_type.
6 7 8 |
# File 'lib/newrelic_security/agent/control/fuzz_request.rb', line 6 def case_type @case_type end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/newrelic_security/agent/control/fuzz_request.rb', line 5 def id @id end |
#reflected_metadata ⇒ Object
Returns the value of attribute reflected_metadata.
6 7 8 |
# File 'lib/newrelic_security/agent/control/fuzz_request.rb', line 6 def @reflected_metadata end |
#request ⇒ Object
Returns the value of attribute request.
6 7 8 |
# File 'lib/newrelic_security/agent/control/fuzz_request.rb', line 6 def request @request end |