Class: RarIssue
- Inherits:
-
Object
- Object
- RarIssue
- Defined in:
- lib/ruby_arachni/rar_issue.rb
Instance Attribute Summary collapse
-
#check ⇒ Object
Returns the value of attribute check.
-
#cwe ⇒ Object
Returns the value of attribute cwe.
-
#description ⇒ Object
Returns the value of attribute description.
-
#digest ⇒ Object
Returns the value of attribute digest.
-
#name ⇒ Object
Returns the value of attribute name.
-
#page ⇒ Object
Returns the value of attribute page.
-
#platform_name ⇒ Object
Returns the value of attribute platform_name.
-
#platform_type ⇒ Object
Returns the value of attribute platform_type.
-
#proof ⇒ Object
Returns the value of attribute proof.
-
#references ⇒ Object
Returns the value of attribute references.
-
#referring_page ⇒ Object
Returns the value of attribute referring_page.
-
#remarks ⇒ Object
Returns the value of attribute remarks.
-
#remedy_code ⇒ Object
Returns the value of attribute remedy_code.
-
#remedy_guidance ⇒ Object
Returns the value of attribute remedy_guidance.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#trusted ⇒ Object
Returns the value of attribute trusted.
-
#vector ⇒ Object
Returns the value of attribute vector.
Instance Attribute Details
#check ⇒ Object
Returns the value of attribute check.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def check @check end |
#cwe ⇒ Object
Returns the value of attribute cwe.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def cwe @cwe end |
#description ⇒ Object
Returns the value of attribute description.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def description @description end |
#digest ⇒ Object
Returns the value of attribute digest.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def digest @digest end |
#name ⇒ Object
Returns the value of attribute name.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def name @name end |
#page ⇒ Object
Returns the value of attribute page.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def page @page end |
#platform_name ⇒ Object
Returns the value of attribute platform_name.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def platform_name @platform_name end |
#platform_type ⇒ Object
Returns the value of attribute platform_type.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def platform_type @platform_type end |
#proof ⇒ Object
Returns the value of attribute proof.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def proof @proof end |
#references ⇒ Object
Returns the value of attribute references.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def references @references end |
#referring_page ⇒ Object
Returns the value of attribute referring_page.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def referring_page @referring_page end |
#remarks ⇒ Object
Returns the value of attribute remarks.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def remarks @remarks end |
#remedy_code ⇒ Object
Returns the value of attribute remedy_code.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def remedy_code @remedy_code end |
#remedy_guidance ⇒ Object
Returns the value of attribute remedy_guidance.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def remedy_guidance @remedy_guidance end |
#severity ⇒ Object
Returns the value of attribute severity.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def severity @severity end |
#signature ⇒ Object
Returns the value of attribute signature.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def signature @signature end |
#trusted ⇒ Object
Returns the value of attribute trusted.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def trusted @trusted end |
#vector ⇒ Object
Returns the value of attribute vector.
2 3 4 |
# File 'lib/ruby_arachni/rar_issue.rb', line 2 def vector @vector end |