Class: MigrateSafely::MigrationOutliner::Action

Inherits:
Struct
  • Object
show all
Defined in:
lib/migrate_safely/migration_outliner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



3
4
5
# File 'lib/migrate_safely/migration_outliner.rb', line 3

def action
  @action
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/migrate_safely/migration_outliner.rb', line 3

def name
  @name
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



3
4
5
# File 'lib/migrate_safely/migration_outliner.rb', line 3

def version
  @version
end