Class: RaReportItem
- Inherits:
-
Object
- Object
- RaReportItem
- Defined in:
- lib/ruby_acunetix/ra_report_item.rb
Instance Attribute Summary collapse
-
#affects ⇒ Object
Returns the value of attribute affects.
-
#aop_additional ⇒ Object
Returns the value of attribute aop_additional.
-
#aop_source_file ⇒ Object
Returns the value of attribute aop_source_file.
-
#aop_source_line ⇒ Object
Returns the value of attribute aop_source_line.
-
#cve ⇒ Object
Returns the value of attribute cve.
-
#cvss ⇒ Object
Returns the value of attribute cvss.
-
#cvss3 ⇒ Object
Returns the value of attribute cvss3.
-
#cwe ⇒ Object
Returns the value of attribute cwe.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detailed_information ⇒ Object
Returns the value of attribute detailed_information.
-
#details ⇒ Object
Returns the value of attribute details.
-
#impact ⇒ Object
Returns the value of attribute impact.
-
#is_false_positive ⇒ Object
Returns the value of attribute is_false_positive.
-
#module_name ⇒ Object
Returns the value of attribute module_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameter ⇒ Object
Returns the value of attribute parameter.
-
#recommendation ⇒ Object
Returns the value of attribute recommendation.
-
#references ⇒ Object
Returns the value of attribute references.
-
#request ⇒ Object
Returns the value of attribute request.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#affects ⇒ Object
Returns the value of attribute affects.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def affects @affects end |
#aop_additional ⇒ Object
Returns the value of attribute aop_additional.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def aop_additional @aop_additional end |
#aop_source_file ⇒ Object
Returns the value of attribute aop_source_file.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def aop_source_file @aop_source_file end |
#aop_source_line ⇒ Object
Returns the value of attribute aop_source_line.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def aop_source_line @aop_source_line end |
#cve ⇒ Object
Returns the value of attribute cve.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def cve @cve end |
#cvss ⇒ Object
Returns the value of attribute cvss.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def cvss @cvss end |
#cvss3 ⇒ Object
Returns the value of attribute cvss3.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def cvss3 @cvss3 end |
#cwe ⇒ Object
Returns the value of attribute cwe.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def cwe @cwe end |
#description ⇒ Object
Returns the value of attribute description.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def description @description end |
#detailed_information ⇒ Object
Returns the value of attribute detailed_information.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def detailed_information @detailed_information end |
#details ⇒ Object
Returns the value of attribute details.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def details @details end |
#impact ⇒ Object
Returns the value of attribute impact.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def impact @impact end |
#is_false_positive ⇒ Object
Returns the value of attribute is_false_positive.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def is_false_positive @is_false_positive end |
#module_name ⇒ Object
Returns the value of attribute module_name.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def module_name @module_name end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def parameter @parameter end |
#recommendation ⇒ Object
Returns the value of attribute recommendation.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def recommendation @recommendation end |
#references ⇒ Object
Returns the value of attribute references.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def references @references end |
#request ⇒ Object
Returns the value of attribute request.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def request @request end |
#severity ⇒ Object
Returns the value of attribute severity.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def severity @severity end |
#type ⇒ Object
Returns the value of attribute type.
2 3 4 |
# File 'lib/ruby_acunetix/ra_report_item.rb', line 2 def type @type end |