Class: Kapusta::Compiler::Language::WherePattern

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapusta/compiler/language.rb

Instance Attribute Summary collapse

Instance Attribute Details

#guardsObject

Returns the value of attribute guards

Returns:

  • (Object)

    the current value of guards



53
54
55
# File 'lib/kapusta/compiler/language.rb', line 53

def guards
  @guards
end

#innerObject

Returns the value of attribute inner

Returns:

  • (Object)

    the current value of inner



53
54
55
# File 'lib/kapusta/compiler/language.rb', line 53

def inner
  @inner
end