Class: BlackStack::RemoteWorker

Inherits:
Object
  • Object
show all
Includes:
BaseWorker
Defined in:
lib/remoteworker.rb

Constant Summary

Constants included from BaseWorker

BaseWorker::KEEP_ACTIVE_MINUTES

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active.



4
5
6
# File 'lib/remoteworker.rb', line 4

def active
  @active
end

#assigned_processObject

Returns the value of attribute assigned_process.



4
5
6
# File 'lib/remoteworker.rb', line 4

def assigned_process
  @assigned_process
end

#divisionObject

Returns the value of attribute division.



4
5
6
# File 'lib/remoteworker.rb', line 4

def division
  @division
end

#division_nameObject

Returns the value of attribute division_name.



4
5
6
# File 'lib/remoteworker.rb', line 4

def division_name
  @division_name
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/remoteworker.rb', line 4

def id
  @id
end

#id_clientObject

Returns the value of attribute id_client.



4
5
6
# File 'lib/remoteworker.rb', line 4

def id_client
  @id_client
end

#id_divisionObject

Returns the value of attribute id_division.



4
5
6
# File 'lib/remoteworker.rb', line 4

def id_division
  @id_division
end

#last_ping_timeObject

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

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/remoteworker.rb', line 4

def name
  @name
end

#processObject

Returns the value of attribute process.



4
5
6
# File 'lib/remoteworker.rb', line 4

def process
  @process
end

#ws_portObject

Returns the value of attribute ws_port.



4
5
6
# File 'lib/remoteworker.rb', line 4

def ws_port
  @ws_port
end

#ws_urlObject

Returns the value of attribute ws_url.



4
5
6
# File 'lib/remoteworker.rb', line 4

def ws_url
  @ws_url
end