Class: Dommy::Scheduler::Timer
- Inherits:
-
Struct
- Object
- Struct
- Dommy::Scheduler::Timer
- Defined in:
- lib/dommy/scheduler.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#due_at ⇒ Object
Returns the value of attribute due_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#interval_ms ⇒ Object
Returns the value of attribute interval_ms.
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
7 8 9 |
# File 'lib/dommy/scheduler.rb', line 7 def active @active end |
#callback ⇒ Object
Returns the value of attribute callback
7 8 9 |
# File 'lib/dommy/scheduler.rb', line 7 def callback @callback end |
#due_at ⇒ Object
Returns the value of attribute due_at
7 8 9 |
# File 'lib/dommy/scheduler.rb', line 7 def due_at @due_at end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/dommy/scheduler.rb', line 7 def id @id end |
#interval_ms ⇒ Object
Returns the value of attribute interval_ms
7 8 9 |
# File 'lib/dommy/scheduler.rb', line 7 def interval_ms @interval_ms end |
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/dommy/scheduler.rb', line 7 def kind @kind end |