Class: Hecks::QueryIR::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/hecks/query_ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#canonicalObject

Returns the value of attribute canonical

Returns:

  • (Object)

    the current value of canonical



37
38
39
# File 'lib/hecks/query_ir.rb', line 37

def canonical
  @canonical
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



37
38
39
# File 'lib/hecks/query_ir.rb', line 37

def description
  @description
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



37
38
39
# File 'lib/hecks/query_ir.rb', line 37

def kind
  @kind
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



37
38
39
# File 'lib/hecks/query_ir.rb', line 37

def location
  @location
end