Class: GhInspector::InspectionReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#issues ⇒ Object

Returns the value of attribute issues.



125
126
127
# File 'lib/gh_inspector/sidekick.rb', line 125

def issues
  @issues
end

#query ⇒ Object

Returns the value of attribute query.



125
126
127
# File 'lib/gh_inspector/sidekick.rb', line 125

def query
  @query
end

#total_results ⇒ Object

Returns the value of attribute total_results.



125
126
127
# File 'lib/gh_inspector/sidekick.rb', line 125

def total_results
  @total_results
end

#url ⇒ Object

Returns the value of attribute url.



125
126
127
# File 'lib/gh_inspector/sidekick.rb', line 125

def url
  @url
end