Class: SqlChatbot::Grammar::Field
- Inherits:
-
Struct
- Object
- Struct
- SqlChatbot::Grammar::Field
- Defined in:
- lib/sql_chatbot/grammar/registry.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#enum_values ⇒ Object
Returns the value of attribute enum_values.
-
#fk_to ⇒ Object
Returns the value of attribute fk_to.
-
#nullable ⇒ Object
Returns the value of attribute nullable.
-
#searchable ⇒ Object
Returns the value of attribute searchable.
-
#type ⇒ Object
Returns the value of attribute type.
-
#user_facing_label ⇒ Object
Returns the value of attribute user_facing_label.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
36 37 38 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 36 def column @column end |
#enum_values ⇒ Object
Returns the value of attribute enum_values
36 37 38 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 36 def enum_values @enum_values end |
#fk_to ⇒ Object
Returns the value of attribute fk_to
36 37 38 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 36 def fk_to @fk_to end |
#nullable ⇒ Object
Returns the value of attribute nullable
36 37 38 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 36 def nullable @nullable end |
#searchable ⇒ Object
Returns the value of attribute searchable
36 37 38 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 36 def searchable @searchable end |
#type ⇒ Object
Returns the value of attribute type
36 37 38 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 36 def type @type end |
#user_facing_label ⇒ Object
Returns the value of attribute user_facing_label
36 37 38 |
# File 'lib/sql_chatbot/grammar/registry.rb', line 36 def user_facing_label @user_facing_label end |