Class: RarIssue

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_arachni/rar_issue.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checkObject

Returns the value of attribute check.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def check
  @check
end

#cweObject

Returns the value of attribute cwe.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def cwe
  @cwe
end

#descriptionObject

Returns the value of attribute description.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def description
  @description
end

#digestObject

Returns the value of attribute digest.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def digest
  @digest
end

#nameObject

Returns the value of attribute name.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def name
  @name
end

#pageObject

Returns the value of attribute page.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def page
  @page
end

#platform_nameObject

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_typeObject

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

#proofObject

Returns the value of attribute proof.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def proof
  @proof
end

#referencesObject

Returns the value of attribute references.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def references
  @references
end

#referring_pageObject

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

#remarksObject

Returns the value of attribute remarks.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def remarks
  @remarks
end

#remedy_codeObject

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_guidanceObject

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

#severityObject

Returns the value of attribute severity.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def severity
  @severity
end

#signatureObject

Returns the value of attribute signature.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def signature
  @signature
end

#trustedObject

Returns the value of attribute trusted.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def trusted
  @trusted
end

#vectorObject

Returns the value of attribute vector.



2
3
4
# File 'lib/ruby_arachni/rar_issue.rb', line 2

def vector
  @vector
end