Class: Mongration::Status::FileStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/mongration/status.rb

Instance Attribute Summary collapse

Instance Attribute Details

#migration_idObject

Returns the value of attribute migration_id

Returns:

  • (Object)

    the current value of migration_id



7
8
9
# File 'lib/mongration/status.rb', line 7

def migration_id
  @migration_id
end

#migration_nameObject

Returns the value of attribute migration_name

Returns:

  • (Object)

    the current value of migration_name



7
8
9
# File 'lib/mongration/status.rb', line 7

def migration_name
  @migration_name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/mongration/status.rb', line 7

def status
  @status
end