Class: Bas::SharedStorage::Default
- Defined in:
- lib/bas/shared_storage/default.rb
Overview
The SharedStorage::Default class serves as a shared storage implementation for bots who don’t read from a shared storage“.
Instance Attribute Summary
Attributes inherited from Base
#read_options, #read_response, #write_options, #write_response
Instance Method Summary collapse
Methods inherited from Base
#close_connections, #initialize, #set_in_process, #set_processed
Constructor Details
This class inherits a constructor from Bas::SharedStorage::Base
Instance Method Details
#read ⇒ Object
13 14 15 |
# File 'lib/bas/shared_storage/default.rb', line 13 def read Bas::SharedStorage::Types::Read.new end |