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



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

def active_watchers
  @active_watchers
end

#cache_entriesObject

Returns the value of attribute cache_entries

Returns:

  • (Object)

    the current value of cache_entries



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

def cache_entries
  @cache_entries
end

#config_pathObject

Returns the value of attribute config_path

Returns:

  • (Object)

    the current value of config_path



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

def config_path
  @config_path
end

#in_flightObject

Returns the value of attribute in_flight

Returns:

  • (Object)

    the current value of in_flight



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

def in_flight
  @in_flight
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



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

def pid
  @pid
end

#reaperObject

Returns the value of attribute reaper

Returns:

  • (Object)

    the current value of reaper



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

def reaper
  @reaper
end

#requests_totalObject

Returns the value of attribute requests_total

Returns:

  • (Object)

    the current value of requests_total



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

def requests_total
  @requests_total
end

#socket_pathObject

Returns the value of attribute socket_path

Returns:

  • (Object)

    the current value of socket_path



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

def socket_path
  @socket_path
end

#uptime_secsObject

Returns the value of attribute uptime_secs

Returns:

  • (Object)

    the current value of uptime_secs



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

def uptime_secs
  @uptime_secs
end

#verdictsObject

Returns the value of attribute verdicts

Returns:

  • (Object)

    the current value of verdicts



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

def verdicts
  @verdicts
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end

#watch_backendObject

Returns the value of attribute watch_backend

Returns:

  • (Object)

    the current value of watch_backend



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

def watch_backend
  @watch_backend
end