Class: CLOC::LanguageCount

Inherits:
Struct
  • Object
show all
Defined in:
lib/pluginscan/reports/cloc_report/cloc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_countObject

Returns the value of attribute file_count

Returns:

  • (Object)

    the current value of file_count



19
20
21
# File 'lib/pluginscan/reports/cloc_report/cloc.rb', line 19

def file_count
  @file_count
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



19
20
21
# File 'lib/pluginscan/reports/cloc_report/cloc.rb', line 19

def language
  @language
end

#slocObject

Returns the value of attribute sloc

Returns:

  • (Object)

    the current value of sloc



19
20
21
# File 'lib/pluginscan/reports/cloc_report/cloc.rb', line 19

def sloc
  @sloc
end