Class: Mfp::Server::Settings
- Inherits:
-
Data
- Object
- Data
- Mfp::Server::Settings
- Defined in:
- lib/mfp/server/server.rb
Instance Attribute Summary collapse
-
#first_frame_timeout_secs ⇒ Object
readonly
Returns the value of attribute first_frame_timeout_secs.
-
#idle_timeout_secs ⇒ Object
readonly
Returns the value of attribute idle_timeout_secs.
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#max_payload ⇒ Object
readonly
Returns the value of attribute max_payload.
-
#max_streams ⇒ Object
readonly
Returns the value of attribute max_streams.
-
#ping_timeout_secs ⇒ Object
readonly
Returns the value of attribute ping_timeout_secs.
Instance Attribute Details
#first_frame_timeout_secs ⇒ Object (readonly)
Returns the value of attribute first_frame_timeout_secs
5 6 7 |
# File 'lib/mfp/server/server.rb', line 5 def first_frame_timeout_secs @first_frame_timeout_secs end |
#idle_timeout_secs ⇒ Object (readonly)
Returns the value of attribute idle_timeout_secs
5 6 7 |
# File 'lib/mfp/server/server.rb', line 5 def idle_timeout_secs @idle_timeout_secs end |
#logger ⇒ Object (readonly)
Returns the value of attribute logger
5 6 7 |
# File 'lib/mfp/server/server.rb', line 5 def logger @logger end |
#max_payload ⇒ Object (readonly)
Returns the value of attribute max_payload
5 6 7 |
# File 'lib/mfp/server/server.rb', line 5 def max_payload @max_payload end |
#max_streams ⇒ Object (readonly)
Returns the value of attribute max_streams
5 6 7 |
# File 'lib/mfp/server/server.rb', line 5 def max_streams @max_streams end |
#ping_timeout_secs ⇒ Object (readonly)
Returns the value of attribute ping_timeout_secs
5 6 7 |
# File 'lib/mfp/server/server.rb', line 5 def ping_timeout_secs @ping_timeout_secs end |