enum
Redis::Graph::Constraints::Status
Defined in:
graph/constraints.crEnum Members
-
UNDER_CONSTRUCTION =
0
-
OPERATIONAL =
1
-
FAILED =
2
Instance Method Summary
-
#failed?
Returns
true
if this enum value equalsFAILED
-
#operational?
Returns
true
if this enum value equalsOPERATIONAL
-
#under_construction?
Returns
true
if this enum value equalsUNDER_CONSTRUCTION
Class methods inherited from struct Enum
from_graph_result(result : Int64)from_graph_result(result : String)
from_graph_result(result : Redis::Graph::Value) from_graph_result, from_redis_graph_value(type : Redis::Graph::ValueType, value, cache) from_redis_graph_value