Class: Tribe::ActorState
- Inherits:
-
Object
- Object
- Tribe::ActorState
- Defined in:
- lib/tribe/actor_state.rb
Instance Attribute Summary collapse
-
#active_event ⇒ Object
Returns the value of attribute active_event.
-
#dedicated ⇒ Object
Returns the value of attribute dedicated.
-
#mailbox ⇒ Object
Returns the value of attribute mailbox.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pool ⇒ Object
Returns the value of attribute pool.
-
#registry ⇒ Object
Returns the value of attribute registry.
-
#scheduler ⇒ Object
Returns the value of attribute scheduler.
-
#timers ⇒ Object
Returns the value of attribute timers.
Instance Attribute Details
#active_event ⇒ Object
Returns the value of attribute active_event.
10 11 12 |
# File 'lib/tribe/actor_state.rb', line 10 def active_event @active_event end |
#dedicated ⇒ Object
Returns the value of attribute dedicated.
3 4 5 |
# File 'lib/tribe/actor_state.rb', line 3 def dedicated @dedicated end |
#mailbox ⇒ Object
Returns the value of attribute mailbox.
4 5 6 |
# File 'lib/tribe/actor_state.rb', line 4 def mailbox @mailbox end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/tribe/actor_state.rb', line 8 def name @name end |
#pool ⇒ Object
Returns the value of attribute pool.
9 10 11 |
# File 'lib/tribe/actor_state.rb', line 9 def pool @pool end |
#registry ⇒ Object
Returns the value of attribute registry.
5 6 7 |
# File 'lib/tribe/actor_state.rb', line 5 def registry @registry end |
#scheduler ⇒ Object
Returns the value of attribute scheduler.
6 7 8 |
# File 'lib/tribe/actor_state.rb', line 6 def scheduler @scheduler end |
#timers ⇒ Object
Returns the value of attribute timers.
7 8 9 |
# File 'lib/tribe/actor_state.rb', line 7 def timers @timers end |