Class: Pixelflut::Server::Connection::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Pixelflut::Server::Connection::Configuration
- Defined in:
- lib/pixelflut/server/connection.rb
Instance Attribute Summary collapse
-
#canvas ⇒ Object
Returns the value of attribute canvas.
-
#command_limit ⇒ Object
Returns the value of attribute command_limit.
-
#keep_alive_time ⇒ Object
Returns the value of attribute keep_alive_time.
-
#on_end ⇒ Object
Returns the value of attribute on_end.
-
#read_buffer_size ⇒ Object
Returns the value of attribute read_buffer_size.
-
#size_result ⇒ Object
Returns the value of attribute size_result.
Instance Attribute Details
#canvas ⇒ Object
Returns the value of attribute canvas
8 9 10 |
# File 'lib/pixelflut/server/connection.rb', line 8 def canvas @canvas end |
#command_limit ⇒ Object
Returns the value of attribute command_limit
8 9 10 |
# File 'lib/pixelflut/server/connection.rb', line 8 def command_limit @command_limit end |
#keep_alive_time ⇒ Object
Returns the value of attribute keep_alive_time
8 9 10 |
# File 'lib/pixelflut/server/connection.rb', line 8 def keep_alive_time @keep_alive_time end |
#on_end ⇒ Object
Returns the value of attribute on_end
8 9 10 |
# File 'lib/pixelflut/server/connection.rb', line 8 def on_end @on_end end |
#read_buffer_size ⇒ Object
Returns the value of attribute read_buffer_size
8 9 10 |
# File 'lib/pixelflut/server/connection.rb', line 8 def read_buffer_size @read_buffer_size end |
#size_result ⇒ Object
Returns the value of attribute size_result
8 9 10 |
# File 'lib/pixelflut/server/connection.rb', line 8 def size_result @size_result end |