Class: RbIssue

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_burp/rb_issue.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceObject

Returns the value of attribute confidence.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def confidence
  @confidence
end

#hostObject

Returns the value of attribute host.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def host
  @host
end

#issue_backgroundObject

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_detailObject

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

#locationObject

Returns the value of attribute location.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def location
  @location
end

#nameObject

Returns the value of attribute name.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def name
  @name
end

#pathObject

Returns the value of attribute path.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def path
  @path
end

#referencesObject

Returns the value of attribute references.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def references
  @references
end

#remediation_backgroundObject

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

#requestObject

Returns the value of attribute request.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def request
  @request
end

#responseObject

Returns the value of attribute response.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def response
  @response
end

#serial_numberObject

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

#severityObject

Returns the value of attribute severity.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def severity
  @severity
end

#typeObject

Returns the value of attribute type.


2
3
4
# File 'lib/ruby_burp/rb_issue.rb', line 2

def type
  @type
end

#vulnerability_classificationsObject

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