Class: SqlChatbot::Services::ModelIntrospector::IntrospectionResult
- Inherits:
-
Struct
- Object
- Struct
- SqlChatbot::Services::ModelIntrospector::IntrospectionResult
- Defined in:
- lib/sql_chatbot/services/model_introspector.rb
Instance Attribute Summary collapse
-
#annotations ⇒ Object
Returns the value of attribute annotations.
-
#enum_soft_delete_tables ⇒ Object
Returns the value of attribute enum_soft_delete_tables.
-
#soft_delete_tables ⇒ Object
Returns the value of attribute soft_delete_tables.
Instance Attribute Details
#annotations ⇒ Object
Returns the value of attribute annotations
8 9 10 |
# File 'lib/sql_chatbot/services/model_introspector.rb', line 8 def annotations @annotations end |
#enum_soft_delete_tables ⇒ Object
Returns the value of attribute 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_tables ⇒ Object
Returns the value of attribute soft_delete_tables
8 9 10 |
# File 'lib/sql_chatbot/services/model_introspector.rb', line 8 def soft_delete_tables @soft_delete_tables end |