struct Redis::Graph::Constraints::Constraint

Defined in:

graph/constraints.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Type, label : String, properties : Array(String), entity_type : EntityType, status : Status) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(type _type = @type, label _label = @label, properties _properties = @properties, entity_type _entity_type = @entity_type, status _status = @status) #

[View source]
def entity_type : EntityType #

def label : String #

def properties : Array(String) #

def status : Status #

def type : Type #