Class: DictClient::DictionaryInfoTcpReader
- Inherits:
-
SimpleTcpReader
- Object
- SimpleTcpReader
- DictClient::DictionaryInfoTcpReader
- Defined in:
- lib/dict_client/readers.rb
Instance Method Summary collapse
Methods inherited from SimpleTcpReader
#bad_response_code, #read_from
Instance Method Details
#good_response_code ⇒ Object
58 59 60 |
# File 'lib/dict_client/readers.rb', line 58 def good_response_code ::DictClient::RESPONSE_INFO_FOLLOWS end |