Class: SqlChatbot::Services::ModelIntrospector::IntrospectionResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/sql_chatbot/services/model_introspector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsObject

Returns the value of attribute annotations

Returns:

  • (Object)

    the current value of annotations



8
9
10
# File 'lib/sql_chatbot/services/model_introspector.rb', line 8

def annotations
  @annotations
end

#enum_soft_delete_tablesObject

Returns the value of attribute enum_soft_delete_tables

Returns:

  • (Object)

    the current value of enum_soft_delete_tables



8
9
10
# File 'lib/sql_chatbot/services/model_introspector.rb', line 8

def enum_soft_delete_tables
  @enum_soft_delete_tables
end

#soft_delete_tablesObject

Returns the value of attribute soft_delete_tables

Returns:

  • (Object)

    the current value of soft_delete_tables



8
9
10
# File 'lib/sql_chatbot/services/model_introspector.rb', line 8

def soft_delete_tables
  @soft_delete_tables
end