Class: Kanrisuru::Core::File::FileCount
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::File::FileCount
- Defined in:
- lib/kanrisuru/core/file/types.rb
Instance Attribute Summary collapse
-
#characters ⇒ Object
Returns the value of attribute characters.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#words ⇒ Object
Returns the value of attribute words.
Instance Attribute Details
#characters ⇒ Object
Returns the value of attribute characters
6 7 8 |
# File 'lib/kanrisuru/core/file/types.rb', line 6 def characters @characters end |
#lines ⇒ Object
Returns the value of attribute lines
6 7 8 |
# File 'lib/kanrisuru/core/file/types.rb', line 6 def lines @lines end |
#words ⇒ Object
Returns the value of attribute words
6 7 8 |
# File 'lib/kanrisuru/core/file/types.rb', line 6 def words @words end |