Class: SqlChatbot::Grammar::Scope

Inherits:
Struct
  • Object
show all
Defined in:
lib/sql_chatbot/grammar/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



39
40
41
# File 'lib/sql_chatbot/grammar/registry.rb', line 39

def name
  @name
end

#param_slotsObject

Returns the value of attribute param_slots

Returns:

  • (Object)

    the current value of param_slots



39
40
41
# File 'lib/sql_chatbot/grammar/registry.rb', line 39

def param_slots
  @param_slots
end

#where_clauseObject

Returns the value of attribute where_clause

Returns:

  • (Object)

    the current value of where_clause



39
40
41
# File 'lib/sql_chatbot/grammar/registry.rb', line 39

def where_clause
  @where_clause
end