Class: BlackStack::RemoteWorker
- Inherits:
-
Object
- Object
- BlackStack::RemoteWorker
- Includes:
- BaseWorker
- Defined in:
- lib/remoteworker.rb
Constant Summary
Constants included from BaseWorker
BaseWorker::KEEP_ACTIVE_MINUTES
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#assigned_process ⇒ Object
Returns the value of attribute assigned_process.
-
#division ⇒ Object
Returns the value of attribute division.
-
#division_name ⇒ Object
Returns the value of attribute division_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#id_client ⇒ Object
Returns the value of attribute id_client.
-
#id_division ⇒ Object
Returns the value of attribute id_division.
-
#last_ping_time ⇒ Object
Returns the value of attribute last_ping_time.
-
#name ⇒ Object
Returns the value of attribute name.
-
#process ⇒ Object
Returns the value of attribute process.
-
#ws_port ⇒ Object
Returns the value of attribute ws_port.
-
#ws_url ⇒ Object
Returns the value of attribute ws_url.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def active @active end |
#assigned_process ⇒ Object
Returns the value of attribute assigned_process.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def assigned_process @assigned_process end |
#division ⇒ Object
Returns the value of attribute division.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def division @division end |
#division_name ⇒ Object
Returns the value of attribute division_name.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def division_name @division_name end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def id @id end |
#id_client ⇒ Object
Returns the value of attribute id_client.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def id_client @id_client end |
#id_division ⇒ Object
Returns the value of attribute id_division.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def id_division @id_division end |
#last_ping_time ⇒ Object
Returns the value of attribute last_ping_time.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def last_ping_time @last_ping_time end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def name @name end |
#process ⇒ Object
Returns the value of attribute process.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def process @process end |
#ws_port ⇒ Object
Returns the value of attribute ws_port.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def ws_port @ws_port end |
#ws_url ⇒ Object
Returns the value of attribute ws_url.
4 5 6 |
# File 'lib/remoteworker.rb', line 4 def ws_url @ws_url end |