Class: Kanrisuru::Core::File::FileCount

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/file/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#charactersObject

Returns the value of attribute characters

Returns:

  • (Object)

    the current value of characters



6
7
8
# File 'lib/kanrisuru/core/file/types.rb', line 6

def characters
  @characters
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



6
7
8
# File 'lib/kanrisuru/core/file/types.rb', line 6

def lines
  @lines
end

#wordsObject

Returns the value of attribute words

Returns:

  • (Object)

    the current value of words



6
7
8
# File 'lib/kanrisuru/core/file/types.rb', line 6

def words
  @words
end