Class: SqlChatbot::Grammar::Association

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

Instance Attribute Summary collapse

Instance Attribute Details

#join_clauseObject

Returns the value of attribute join_clause

Returns:

  • (Object)

    the current value of join_clause



41
42
43
# File 'lib/sql_chatbot/grammar/registry.rb', line 41

def join_clause
  @join_clause
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



41
42
43
# File 'lib/sql_chatbot/grammar/registry.rb', line 41

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



41
42
43
# File 'lib/sql_chatbot/grammar/registry.rb', line 41

def name
  @name
end

#target_entityObject

Returns the value of attribute target_entity

Returns:

  • (Object)

    the current value of target_entity



41
42
43
# File 'lib/sql_chatbot/grammar/registry.rb', line 41

def target_entity
  @target_entity
end

#through_entityObject

Returns the value of attribute through_entity

Returns:

  • (Object)

    the current value of through_entity



41
42
43
# File 'lib/sql_chatbot/grammar/registry.rb', line 41

def through_entity
  @through_entity
end