Exception: Purview::Exceptions::TableAlreadyAssignedForColumn
Instance Method Summary collapse
-
#initialize(column) ⇒ TableAlreadyAssignedForColumn
constructor
A new instance of TableAlreadyAssignedForColumn.
- #message ⇒ Object
Constructor Details
#initialize(column) ⇒ TableAlreadyAssignedForColumn
Returns a new instance of TableAlreadyAssignedForColumn.
4 5 6 |
# File 'lib/purview/exceptions/table_already_assigned_for_column.rb', line 4 def initialize(column) @column = column end |
Instance Method Details
#message ⇒ Object
8 9 10 |
# File 'lib/purview/exceptions/table_already_assigned_for_column.rb', line 8 def "Table already assigned for column: #{column.name}" end |