Class: CaptiveStackDetector::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/captive_stack_detector/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#env_varsObject (readonly)

Returns the value of attribute env_vars

Returns:

  • (Object)

    the current value of env_vars



7
8
9
# File 'lib/captive_stack_detector/types.rb', line 7

def env_vars
  @env_vars
end

#runtimeObject (readonly)

Returns the value of attribute runtime

Returns:

  • (Object)

    the current value of runtime



7
8
9
# File 'lib/captive_stack_detector/types.rb', line 7

def runtime
  @runtime
end

#servicesObject (readonly)

Returns the value of attribute services

Returns:

  • (Object)

    the current value of services



7
8
9
# File 'lib/captive_stack_detector/types.rb', line 7

def services
  @services
end

#subtypeObject (readonly)

Returns the value of attribute subtype

Returns:

  • (Object)

    the current value of subtype



7
8
9
# File 'lib/captive_stack_detector/types.rb', line 7

def subtype
  @subtype
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/captive_stack_detector/types.rb', line 7

def type
  @type
end

#workerObject (readonly)

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



7
8
9
# File 'lib/captive_stack_detector/types.rb', line 7

def worker
  @worker
end