Class: TD::Types::Count
- Defined in:
- lib/tdlib/types/count.rb
Overview
Contains a counter.
Instance Attribute Summary collapse
-
#count ⇒ Integer
Count.
Method Summary
Methods inherited from Base
Instance Attribute Details
#count ⇒ Integer
Count.
5 6 7 |
# File 'lib/tdlib/types/count.rb', line 5 def count @count end |