Class: LittleGhost::CodeMode::AgentRuntime::State

Inherits:
Struct
  • Object
show all
Defined in:
lib/little_ghost/code_mode/runtime.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



6
7
8
# File 'lib/little_ghost/code_mode/runtime.rb', line 6

def active
  @active
end

#brokerObject

Returns the value of attribute broker

Returns:

  • (Object)

    the current value of broker



6
7
8
# File 'lib/little_ghost/code_mode/runtime.rb', line 6

def broker
  @broker
end

#cleaningObject

Returns the value of attribute cleaning

Returns:

  • (Object)

    the current value of cleaning



6
7
8
# File 'lib/little_ghost/code_mode/runtime.rb', line 6

def cleaning
  @cleaning
end

#cleanup_errorObject

Returns the value of attribute cleanup_error

Returns:

  • (Object)

    the current value of cleanup_error



6
7
8
# File 'lib/little_ghost/code_mode/runtime.rb', line 6

def cleanup_error
  @cleanup_error
end

#closingObject

Returns the value of attribute closing

Returns:

  • (Object)

    the current value of closing



6
7
8
# File 'lib/little_ghost/code_mode/runtime.rb', line 6

def closing
  @closing
end

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



6
7
8
# File 'lib/little_ghost/code_mode/runtime.rb', line 6

def condition
  @condition
end

#deferred_closeObject

Returns the value of attribute deferred_close

Returns:

  • (Object)

    the current value of deferred_close



6
7
8
# File 'lib/little_ghost/code_mode/runtime.rb', line 6

def deferred_close
  @deferred_close
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



6
7
8
# File 'lib/little_ghost/code_mode/runtime.rb', line 6

def mutex
  @mutex
end

#sessionObject

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



6
7
8
# File 'lib/little_ghost/code_mode/runtime.rb', line 6

def session
  @session
end