Class: DbSchema::Operations::DropTable
- Inherits:
-
Object
- Object
- DbSchema::Operations::DropTable
- Defined in:
- lib/db_schema/operations.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.
27 28 29 |
# File 'lib/db_schema/operations.rb', line 27 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
25 26 27 |
# File 'lib/db_schema/operations.rb', line 25 def name @name end |