Class: Linecounter::Result
- Inherits:
-
Struct
- Object
- Struct
- Linecounter::Result
- Defined in:
- lib/linecounter/analyzer.rb
Instance Attribute Summary collapse
-
#rows ⇒ Object
Returns the value of attribute rows.
-
#structure_item_counts_overview ⇒ Object
Returns the value of attribute structure_item_counts_overview.
-
#structure_item_loc_overview ⇒ Object
Returns the value of attribute structure_item_loc_overview.
-
#structure_overview ⇒ Object
Returns the value of attribute structure_overview.
Instance Attribute Details
#rows ⇒ Object
Returns the value of attribute rows
7 8 9 |
# File 'lib/linecounter/analyzer.rb', line 7 def rows @rows end |
#structure_item_counts_overview ⇒ Object
Returns the value of attribute structure_item_counts_overview
7 8 9 |
# File 'lib/linecounter/analyzer.rb', line 7 def structure_item_counts_overview @structure_item_counts_overview end |
#structure_item_loc_overview ⇒ Object
Returns the value of attribute structure_item_loc_overview
7 8 9 |
# File 'lib/linecounter/analyzer.rb', line 7 def structure_item_loc_overview @structure_item_loc_overview end |
#structure_overview ⇒ Object
Returns the value of attribute structure_overview
7 8 9 |
# File 'lib/linecounter/analyzer.rb', line 7 def structure_overview @structure_overview end |