Class: Teek::UI::Session::Timer Private
- Inherits:
-
Data
- Object
- Data
- Teek::UI::Session::Timer
- Defined in:
- lib/teek/ui/session.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A #every/#after call queued before realize - see #flush_timers!.
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#ms ⇒ Object
readonly
Returns the value of attribute ms.
-
#on_error ⇒ Object
readonly
Returns the value of attribute on_error.
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
27 28 29 |
# File 'lib/teek/ui/session.rb', line 27 def block @block end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
27 28 29 |
# File 'lib/teek/ui/session.rb', line 27 def kind @kind end |
#ms ⇒ Object (readonly)
Returns the value of attribute ms
27 28 29 |
# File 'lib/teek/ui/session.rb', line 27 def ms @ms end |
#on_error ⇒ Object (readonly)
Returns the value of attribute on_error
27 28 29 |
# File 'lib/teek/ui/session.rb', line 27 def on_error @on_error end |