Class: SqlChatbot::Grammar::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



36
37
38
# File 'lib/sql_chatbot/grammar/registry.rb', line 36

def column
  @column
end

#enum_valuesObject

Returns the value of attribute enum_values

Returns:

  • (Object)

    the current value of enum_values



36
37
38
# File 'lib/sql_chatbot/grammar/registry.rb', line 36

def enum_values
  @enum_values
end

#fk_toObject

Returns the value of attribute fk_to

Returns:

  • (Object)

    the current value of fk_to



36
37
38
# File 'lib/sql_chatbot/grammar/registry.rb', line 36

def fk_to
  @fk_to
end

#nullableObject

Returns the value of attribute nullable

Returns:

  • (Object)

    the current value of nullable



36
37
38
# File 'lib/sql_chatbot/grammar/registry.rb', line 36

def nullable
  @nullable
end

#searchableObject

Returns the value of attribute searchable

Returns:

  • (Object)

    the current value of searchable



36
37
38
# File 'lib/sql_chatbot/grammar/registry.rb', line 36

def searchable
  @searchable
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



36
37
38
# File 'lib/sql_chatbot/grammar/registry.rb', line 36

def type
  @type
end

#user_facing_labelObject

Returns the value of attribute user_facing_label

Returns:

  • (Object)

    the current value of user_facing_label



36
37
38
# File 'lib/sql_chatbot/grammar/registry.rb', line 36

def user_facing_label
  @user_facing_label
end