Class: SqlChatbot::Grammar::Association
- Inherits:
-
Struct
- Object
- Struct
- SqlChatbot::Grammar::Association
- Defined in:
- lib/sql_chatbot/grammar/registry.rb
Instance Attribute Summary collapse
-
#join_clause ⇒ Object
Returns the value of attribute join_clause.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#target_entity ⇒ Object
Returns the value of attribute target_entity.
-
#through_entity ⇒ Object
Returns the value of attribute through_entity.
Instance Attribute Details
#join_clause ⇒ Object
Returns the value of attribute join_clause
41 42 43 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 41 def join_clause @join_clause end |
#kind ⇒ Object
Returns the value of attribute kind
41 42 43 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 41 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
41 42 43 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 41 def name @name end |
#target_entity ⇒ Object
Returns the value of attribute target_entity
41 42 43 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 41 def target_entity @target_entity end |
#through_entity ⇒ Object
Returns the value of attribute through_entity
41 42 43 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 41 def through_entity @through_entity end |