Class: DbSchema::Changes::DropTable
- Inherits:
-
Object
- Object
- DbSchema::Changes::DropTable
- Defined in:
- lib/db_schema/changes.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ DropTable
constructor
A new instance of DropTable.
Constructor Details
#initialize(name) ⇒ DropTable
Returns a new instance of DropTable.
259 260 261 |
# File 'lib/db_schema/changes.rb', line 259 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
257 258 259 |
# File 'lib/db_schema/changes.rb', line 257 def name @name end |