Class: Ast::Crispr::Limit::Constraint

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/crispr.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



22
23
24
# File 'lib/ast/crispr.rb', line 22

def description
  @description
end

#predicateObject

Returns the value of attribute predicate

Returns:

  • (Object)

    the current value of predicate



22
23
24
# File 'lib/ast/crispr.rb', line 22

def predicate
  @predicate
end