Class: GhInspector::InspectionReport
- Inherits:
-
Object
- Object
- GhInspector::InspectionReport
- Defined in:
- lib/gh_inspector/sidekick.rb
Instance Attribute Summary collapse
-
#issues ⇒ Object
Returns the value of attribute issues.
-
#query ⇒ Object
Returns the value of attribute query.
-
#total_results ⇒ Object
Returns the value of attribute total_results.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#issues ⇒ Object
Returns the value of attribute issues.
124 125 126 |
# File 'lib/gh_inspector/sidekick.rb', line 124 def issues @issues end |
#query ⇒ Object
Returns the value of attribute query.
124 125 126 |
# File 'lib/gh_inspector/sidekick.rb', line 124 def query @query end |
#total_results ⇒ Object
Returns the value of attribute total_results.
124 125 126 |
# File 'lib/gh_inspector/sidekick.rb', line 124 def total_results @total_results end |
#url ⇒ Object
Returns the value of attribute url.
124 125 126 |
# File 'lib/gh_inspector/sidekick.rb', line 124 def url @url end |