Class: Kapusta::Compiler::Language::WherePattern
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::WherePattern
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#guards ⇒ Object
Returns the value of attribute guards.
-
#inner ⇒ Object
Returns the value of attribute inner.
Instance Attribute Details
#guards ⇒ Object
Returns the value of attribute guards
53 54 55 |
# File 'lib/kapusta/compiler/language.rb', line 53 def guards @guards end |
#inner ⇒ Object
Returns the value of attribute inner
53 54 55 |
# File 'lib/kapusta/compiler/language.rb', line 53 def inner @inner end |