Class: Hecks::QueryIR::Rule
- Inherits:
-
Struct
- Object
- Struct
- Hecks::QueryIR::Rule
- Defined in:
- lib/hecks/query_ir.rb
Instance Attribute Summary collapse
-
#canonical ⇒ Object
Returns the value of attribute canonical.
-
#description ⇒ Object
Returns the value of attribute description.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Attribute Details
#canonical ⇒ Object
Returns the value of attribute canonical
37 38 39 |
# File 'lib/hecks/query_ir.rb', line 37 def canonical @canonical end |
#description ⇒ Object
Returns the value of attribute description
37 38 39 |
# File 'lib/hecks/query_ir.rb', line 37 def description @description end |
#kind ⇒ Object
Returns the value of attribute kind
37 38 39 |
# File 'lib/hecks/query_ir.rb', line 37 def kind @kind end |
#location ⇒ Object
Returns the value of attribute location
37 38 39 |
# File 'lib/hecks/query_ir.rb', line 37 def location @location end |