Class: Twilic::Core::Session::DictionaryFallback
- Inherits:
-
Object
- Object
- Twilic::Core::Session::DictionaryFallback
- Defined in:
- lib/twilic/core/session.rb
Defined Under Namespace
Classes: Entry
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.from_byte(b) ⇒ Object
19 20 21 22 23 24 |
# File 'lib/twilic/core/session.rb', line 19 def self.from_byte(b) case b when 0 then FAIL_FAST when 1 then STATELESS_RETRY end end |