Class: TonClient::RequestId
- Includes:
- MonitorMixin
- Defined in:
- lib/everscale-client-ruby/Helpers/CommonHelpers.rb
Instance Method Summary collapse
- #increment ⇒ Object
-
#initialize ⇒ RequestId
constructor
A new instance of RequestId.
- #value ⇒ Object
Constructor Details
#initialize ⇒ RequestId
40 41 42 43 |
# File 'lib/everscale-client-ruby/Helpers/CommonHelpers.rb', line 40 def initialize super synchronize { @value = 1 } end |