Class: Hashira::Report::View
- Inherits:
-
Data
- Object
- Data
- Hashira::Report::View
- Defined in:
- lib/hashira/report/view.rb
Instance Attribute Summary collapse
-
#complexity ⇒ Object
readonly
Returns the value of attribute complexity.
-
#duplication ⇒ Object
readonly
Returns the value of attribute duplication.
-
#findings ⇒ Object
readonly
Returns the value of attribute findings.
-
#graph ⇒ Object
readonly
Returns the value of attribute graph.
-
#hotspots ⇒ Object
readonly
Returns the value of attribute hotspots.
-
#project ⇒ Object
readonly
Returns the value of attribute project.
Instance Attribute Details
#complexity ⇒ Object (readonly)
Returns the value of attribute complexity
5 6 7 |
# File 'lib/hashira/report/view.rb', line 5 def complexity @complexity end |
#duplication ⇒ Object (readonly)
Returns the value of attribute duplication
5 6 7 |
# File 'lib/hashira/report/view.rb', line 5 def duplication @duplication end |
#findings ⇒ Object (readonly)
Returns the value of attribute findings
5 6 7 |
# File 'lib/hashira/report/view.rb', line 5 def findings @findings end |
#graph ⇒ Object (readonly)
Returns the value of attribute graph
5 6 7 |
# File 'lib/hashira/report/view.rb', line 5 def graph @graph end |
#hotspots ⇒ Object (readonly)
Returns the value of attribute hotspots
5 6 7 |
# File 'lib/hashira/report/view.rb', line 5 def hotspots @hotspots end |
#project ⇒ Object (readonly)
Returns the value of attribute project
5 6 7 |
# File 'lib/hashira/report/view.rb', line 5 def project @project end |