Class: Apartment::Migrator::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/apartment/migrator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject (readonly)

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



9
10
11
# File 'lib/apartment/migrator.rb', line 9

def duration
  @duration
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



9
10
11
# File 'lib/apartment/migrator.rb', line 9

def error
  @error
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/apartment/migrator.rb', line 9

def status
  @status
end

#tenantObject (readonly)

Returns the value of attribute tenant

Returns:

  • (Object)

    the current value of tenant



9
10
11
# File 'lib/apartment/migrator.rb', line 9

def tenant
  @tenant
end

#versions_runObject (readonly)

Returns the value of attribute versions_run

Returns:

  • (Object)

    the current value of versions_run



9
10
11
# File 'lib/apartment/migrator.rb', line 9

def versions_run
  @versions_run
end