Class: ActualDbSchema::Migration::Migration
- Inherits:
-
Struct
- Object
- Struct
- ActualDbSchema::Migration::Migration
- Defined in:
- lib/actual_db_schema/migration.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#database ⇒ Object
Returns the value of attribute database.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#name ⇒ Object
Returns the value of attribute name.
-
#phantom ⇒ Object
Returns the value of attribute phantom.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
Returns the value of attribute status.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch
8 9 10 |
# File 'lib/actual_db_schema/migration.rb', line 8 def branch @branch end |
#database ⇒ Object
Returns the value of attribute database
8 9 10 |
# File 'lib/actual_db_schema/migration.rb', line 8 def database @database end |
#filename ⇒ Object
Returns the value of attribute filename
8 9 10 |
# File 'lib/actual_db_schema/migration.rb', line 8 def filename @filename end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/actual_db_schema/migration.rb', line 8 def name @name end |
#phantom ⇒ Object
Returns the value of attribute phantom
8 9 10 |
# File 'lib/actual_db_schema/migration.rb', line 8 def phantom @phantom end |
#source ⇒ Object
Returns the value of attribute source
8 9 10 |
# File 'lib/actual_db_schema/migration.rb', line 8 def source @source end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/actual_db_schema/migration.rb', line 8 def status @status end |
#version ⇒ Object
Returns the value of attribute version
8 9 10 |
# File 'lib/actual_db_schema/migration.rb', line 8 def version @version end |