Class: ActualDbSchema::Migration::Migration

Inherits:
Struct
  • Object
show all
Defined in:
lib/actual_db_schema/migration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



8
9
10
# File 'lib/actual_db_schema/migration.rb', line 8

def branch
  @branch
end

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



8
9
10
# File 'lib/actual_db_schema/migration.rb', line 8

def database
  @database
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



8
9
10
# File 'lib/actual_db_schema/migration.rb', line 8

def filename
  @filename
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/actual_db_schema/migration.rb', line 8

def name
  @name
end

#phantomObject

Returns the value of attribute phantom

Returns:

  • (Object)

    the current value of phantom



8
9
10
# File 'lib/actual_db_schema/migration.rb', line 8

def phantom
  @phantom
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



8
9
10
# File 'lib/actual_db_schema/migration.rb', line 8

def source
  @source
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/actual_db_schema/migration.rb', line 8

def status
  @status
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/actual_db_schema/migration.rb', line 8

def version
  @version
end