Class: Linecounter::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/linecounter/analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



7
8
9
# File 'lib/linecounter/analyzer.rb', line 7

def rows
  @rows
end

#structure_item_counts_overviewObject

Returns the value of attribute structure_item_counts_overview

Returns:

  • (Object)

    the current value of 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_overviewObject

Returns the value of attribute structure_item_loc_overview

Returns:

  • (Object)

    the current value of 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_overviewObject

Returns the value of attribute structure_overview

Returns:

  • (Object)

    the current value of structure_overview



7
8
9
# File 'lib/linecounter/analyzer.rb', line 7

def structure_overview
  @structure_overview
end