Class: Ippon::Migrator::Migration Private
- Inherits:
-
Struct
- Object
- Struct
- Ippon::Migrator::Migration
- Defined in:
- lib/ippon/migrator.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Stores information about a single migration. This is currenly not exposed as a part of the public API.
Instance Attribute Summary collapse
-
#code ⇒ Proc
Migration code.
-
#name ⇒ String
Migration name.