Class: RailsDbBrowser::TableColumns
- Inherits:
-
Struct
- Object
- Struct
- RailsDbBrowser::TableColumns
- Defined in:
- lib/rails_db_browser/db_browser.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#table ⇒ Object
Returns the value of attribute table.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
2 3 4 |
# File 'lib/rails_db_browser/db_browser.rb', line 2 def columns @columns end |
#table ⇒ Object
Returns the value of attribute table
2 3 4 |
# File 'lib/rails_db_browser/db_browser.rb', line 2 def table @table end |