Class: ThemeSettingsMigrationsRunner::Migration

Inherits:
Struct
  • Object
show all
Defined in:
app/services/theme_settings_migrations_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



26
27
28
# File 'app/services/theme_settings_migrations_runner.rb', line 26

def code
  @code
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



26
27
28
# File 'app/services/theme_settings_migrations_runner.rb', line 26

def name
  @name
end

#original_nameObject

Returns the value of attribute original_name

Returns:

  • (Object)

    the current value of original_name



26
27
28
# File 'app/services/theme_settings_migrations_runner.rb', line 26

def original_name
  @original_name
end

#theme_field_idObject

Returns the value of attribute theme_field_id

Returns:

  • (Object)

    the current value of theme_field_id



26
27
28
# File 'app/services/theme_settings_migrations_runner.rb', line 26

def theme_field_id
  @theme_field_id
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



26
27
28
# File 'app/services/theme_settings_migrations_runner.rb', line 26

def version
  @version
end