Class: Beachcomber::DaemonHealth

Inherits:
Struct
  • Object
show all
Defined in:
lib/beachcomber/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#active_watchersObject

Returns the value of attribute active_watchers

Returns:

  • (Object)

    the current value of active_watchers



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def active_watchers
  @active_watchers
end

#cache_entriesObject

Returns the value of attribute cache_entries

Returns:

  • (Object)

    the current value of cache_entries



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def cache_entries
  @cache_entries
end

#config_pathObject

Returns the value of attribute config_path

Returns:

  • (Object)

    the current value of config_path



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def config_path
  @config_path
end

#in_flightObject

Returns the value of attribute in_flight

Returns:

  • (Object)

    the current value of in_flight



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def in_flight
  @in_flight
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def pid
  @pid
end

#requests_totalObject

Returns the value of attribute requests_total

Returns:

  • (Object)

    the current value of requests_total



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def requests_total
  @requests_total
end

#socket_pathObject

Returns the value of attribute socket_path

Returns:

  • (Object)

    the current value of socket_path



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def socket_path
  @socket_path
end

#uptime_secsObject

Returns the value of attribute uptime_secs

Returns:

  • (Object)

    the current value of uptime_secs



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def uptime_secs
  @uptime_secs
end

#verdictsObject

Returns the value of attribute verdicts

Returns:

  • (Object)

    the current value of verdicts



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def verdicts
  @verdicts
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



10
11
12
# File 'lib/beachcomber/types.rb', line 10

def version
  @version
end