Class: ThemeSettingsMigrationsRunner::Migration
- Inherits:
-
Struct
- Object
- Struct
- ThemeSettingsMigrationsRunner::Migration
- Defined in:
- app/services/theme_settings_migrations_runner.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#name ⇒ Object
Returns the value of attribute name.
-
#original_name ⇒ Object
Returns the value of attribute original_name.
-
#theme_field_id ⇒ Object
Returns the value of attribute theme_field_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
26 27 28 |
# File 'app/services/theme_settings_migrations_runner.rb', line 26 def code @code end |
#name ⇒ Object
Returns the value of attribute name
26 27 28 |
# File 'app/services/theme_settings_migrations_runner.rb', line 26 def name @name end |
#original_name ⇒ Object
Returns the value of attribute original_name
26 27 28 |
# File 'app/services/theme_settings_migrations_runner.rb', line 26 def original_name @original_name end |
#theme_field_id ⇒ Object
Returns the value of attribute theme_field_id
26 27 28 |
# File 'app/services/theme_settings_migrations_runner.rb', line 26 def theme_field_id @theme_field_id end |
#version ⇒ Object
Returns the value of attribute version
26 27 28 |
# File 'app/services/theme_settings_migrations_runner.rb', line 26 def version @version end |