Sha256: 913e2e3e1c80900e5e10bfd2d585877176c47cab4a96181bf98bcae9d13781c4
Contents?: true
Size: 397 Bytes
Versions: 65
Compression:
Stored size: 397 Bytes
Contents
# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # module Fb_status DEAD = 0 STARTING = 1 ALIVE = 2 STOPPING = 3 STOPPED = 4 WARNING = 5 VALUE_MAP = {0 => "DEAD", 1 => "STARTING", 2 => "ALIVE", 3 => "STOPPING", 4 => "STOPPED", 5 => "WARNING"} VALID_VALUES = Set.new([DEAD, STARTING, ALIVE, STOPPING, STOPPED, WARNING]).freeze end
Version data entries
65 entries across 65 versions & 7 rubygems