Class: Inspector::InspectionReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#issuesObject

Returns the value of attribute issues.



88
89
90
# File 'lib/sidekick.rb', line 88

def issues
  @issues
end

#queryObject

Returns the value of attribute query.



88
89
90
# File 'lib/sidekick.rb', line 88

def query
  @query
end

#total_resultsObject

Returns the value of attribute total_results.



88
89
90
# File 'lib/sidekick.rb', line 88

def total_results
  @total_results
end

#urlObject

Returns the value of attribute url.



88
89
90
# File 'lib/sidekick.rb', line 88

def url
  @url
end