Class: GhInspector::InspectionReport

Inherits:
Object
  • Object
show all
Defined in:
lib/gh_inspector/sidekick.rb

Instance Attribute Summary collapse

Instance Attribute Details

#issuesObject

Returns the value of attribute issues.



122
123
124
# File 'lib/gh_inspector/sidekick.rb', line 122

def issues
  @issues
end

#queryObject

Returns the value of attribute query.



122
123
124
# File 'lib/gh_inspector/sidekick.rb', line 122

def query
  @query
end

#total_resultsObject

Returns the value of attribute total_results.



122
123
124
# File 'lib/gh_inspector/sidekick.rb', line 122

def total_results
  @total_results
end

#urlObject

Returns the value of attribute url.



122
123
124
# File 'lib/gh_inspector/sidekick.rb', line 122

def url
  @url
end