Class: CodeRay::Encoders::Statistic::TypeStats
- Inherits:
-
Struct
- Object
- Struct
- CodeRay::Encoders::Statistic::TypeStats
- Defined in:
- lib/coderay/encoders/statistic.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
13 14 15 |
# File 'lib/coderay/encoders/statistic.rb', line 13 def count @count end |
#size ⇒ Object
Returns the value of attribute size
13 14 15 |
# File 'lib/coderay/encoders/statistic.rb', line 13 def size @size end |