Class: RbIssue
- Inherits:
-
Object
- Object
- RbIssue
- Defined in:
- lib/ruby_burp/rb_issue.rb
Instance Attribute Summary collapse
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#host ⇒ Object
Returns the value of attribute host.
-
#issue_background ⇒ Object
Returns the value of attribute issue_background.
-
#issue_detail ⇒ Object
Returns the value of attribute issue_detail.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#references ⇒ Object
Returns the value of attribute references.
-
#remediation_background ⇒ Object
Returns the value of attribute remediation_background.
-
#request ⇒ Object
Returns the value of attribute request.
-
#response ⇒ Object
Returns the value of attribute response.
-
#serial_number ⇒ Object
Returns the value of attribute serial_number.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#type ⇒ Object
Returns the value of attribute type.
-
#vulnerability_classifications ⇒ Object
Returns the value of attribute vulnerability_classifications.
Instance Attribute Details
#confidence ⇒ Object
Returns the value of attribute confidence.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def confidence @confidence end |
#host ⇒ Object
Returns the value of attribute host.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def host @host end |
#issue_background ⇒ Object
Returns the value of attribute issue_background.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def issue_background @issue_background end |
#issue_detail ⇒ Object
Returns the value of attribute issue_detail.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def issue_detail @issue_detail end |
#location ⇒ Object
Returns the value of attribute location.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def name @name end |
#path ⇒ Object
Returns the value of attribute path.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def path @path end |
#references ⇒ Object
Returns the value of attribute references.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def references @references end |
#remediation_background ⇒ Object
Returns the value of attribute remediation_background.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def remediation_background @remediation_background end |
#request ⇒ Object
Returns the value of attribute request.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def request @request end |
#response ⇒ Object
Returns the value of attribute response.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def response @response end |
#serial_number ⇒ Object
Returns the value of attribute serial_number.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def serial_number @serial_number end |
#severity ⇒ Object
Returns the value of attribute severity.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def severity @severity end |
#type ⇒ Object
Returns the value of attribute type.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def type @type end |
#vulnerability_classifications ⇒ Object
Returns the value of attribute vulnerability_classifications.
2 3 4 |
# File 'lib/ruby_burp/rb_issue.rb', line 2 def vulnerability_classifications @vulnerability_classifications end |