Class: RailsDbBrowser::TableColumns

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_db_browser/db_browser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



2
3
4
# File 'lib/rails_db_browser/db_browser.rb', line 2

def columns
  @columns
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



2
3
4
# File 'lib/rails_db_browser/db_browser.rb', line 2

def table
  @table
end