enum Redis::Graph::Constraints::Status

Defined in:

graph/constraints.cr

Enum Members

UNDER_CONSTRUCTION = 0
OPERATIONAL = 1
FAILED = 2

Instance Method Summary

Class methods inherited from struct Enum

from_redis_graph_value(type : Redis::Graph::ValueType, value, cache) from_redis_graph_value

Instance Method Detail

def failed? #

[View source]
def operational? #

[View source]
def under_construction? #

[View source]