Class: Hashira::Report::View
- Inherits:
-
Data
- Object
- Data
- Hashira::Report::View
- Defined in:
- lib/hashira/report/view.rb
Instance Attribute Summary collapse
-
#compact ⇒ Object
readonly
Returns the value of attribute compact.
-
#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.
-
#top ⇒ Object
readonly
Returns the value of attribute top.
Instance Method Summary collapse
-
#initialize(top: nil, compact: nil) ⇒ View
constructor
A new instance of View.
Constructor Details
#initialize(top: nil, compact: nil) ⇒ View
Returns a new instance of View.
7 |
# File 'lib/hashira/report/view.rb', line 7 def initialize(top: nil, compact: nil, **) = super |
Instance Attribute Details
#compact ⇒ Object (readonly)
Returns the value of attribute compact
5 6 7 |
# File 'lib/hashira/report/view.rb', line 5 def compact @compact end |
#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 |
#top ⇒ Object (readonly)
Returns the value of attribute top
5 6 7 |
# File 'lib/hashira/report/view.rb', line 5 def top @top end |