Class: Cassie::Schema::RollbackCommand
- Defined in:
- lib/cassie/schema/rollback_command.rb
Instance Attribute Summary collapse
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Method Summary collapse
- #direction ⇒ Object
- #execute ⇒ Object
-
#initialize(version) ⇒ RollbackCommand
constructor
A new instance of RollbackCommand.
Constructor Details
#initialize(version) ⇒ RollbackCommand
Returns a new instance of RollbackCommand.
5 6 7 |
# File 'lib/cassie/schema/rollback_command.rb', line 5 def initialize(version) @version = version end |
Instance Attribute Details
#version ⇒ Object (readonly)
Returns the value of attribute version.
3 4 5 |
# File 'lib/cassie/schema/rollback_command.rb', line 3 def version @version end |