Class: Teek::UI::Session::Timer Private

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#blockObject (readonly)

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



27
28
29
# File 'lib/teek/ui/session.rb', line 27

def block
  @block
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



27
28
29
# File 'lib/teek/ui/session.rb', line 27

def kind
  @kind
end

#msObject (readonly)

Returns the value of attribute ms

Returns:

  • (Object)

    the current value of ms



27
28
29
# File 'lib/teek/ui/session.rb', line 27

def ms
  @ms
end

#on_errorObject (readonly)

Returns the value of attribute on_error

Returns:

  • (Object)

    the current value of on_error



27
28
29
# File 'lib/teek/ui/session.rb', line 27

def on_error
  @on_error
end