Class: Bbiff::Settings
- Inherits:
-
Object
- Object
- Bbiff::Settings
- Defined in:
- lib/bbiff/settings.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
Returns the value of attribute current.
Instance Method Summary collapse
-
#initialize ⇒ Settings
constructor
A new instance of Settings.
Constructor Details
#initialize ⇒ Settings
Returns a new instance of Settings.
6 7 8 9 10 11 12 13 |
# File 'lib/bbiff/settings.rb', line 6 def initialize @current = { 'delay_seconds' => 7, 'bbiff_show' => 'bbiff-show', 'no_render' => false, 'long_polling' => false, } end |
Instance Attribute Details
#current ⇒ Object
Returns the value of attribute current.
4 5 6 |
# File 'lib/bbiff/settings.rb', line 4 def current @current end |