Class: SqlChatbot::Grammar::Scope
- Inherits:
-
Struct
- Object
- Struct
- SqlChatbot::Grammar::Scope
- Defined in:
- lib/sql_chatbot/grammar/registry.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#param_slots ⇒ Object
Returns the value of attribute param_slots.
-
#where_clause ⇒ Object
Returns the value of attribute where_clause.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
39 40 41 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 39 def name @name end |
#param_slots ⇒ Object
Returns the value of attribute param_slots
39 40 41 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 39 def param_slots @param_slots end |
#where_clause ⇒ Object
Returns the value of attribute where_clause
39 40 41 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 39 def where_clause @where_clause end |