Class: DbSchema::Operations::CreateEnum
- Inherits:
-
Object
- Object
- DbSchema::Operations::CreateEnum
- Defined in:
- lib/db_schema/operations.rb
Instance Attribute Summary collapse
-
#enum ⇒ Object
readonly
Returns the value of attribute enum.
Instance Method Summary collapse
-
#initialize(enum) ⇒ CreateEnum
constructor
A new instance of CreateEnum.
Constructor Details
#initialize(enum) ⇒ CreateEnum
Returns a new instance of CreateEnum.
192 193 194 |
# File 'lib/db_schema/operations.rb', line 192 def initialize(enum) @enum = enum end |
Instance Attribute Details
#enum ⇒ Object (readonly)
Returns the value of attribute enum.
190 191 192 |
# File 'lib/db_schema/operations.rb', line 190 def enum @enum end |