Class: Maglev::SettingTypes::Base
- Inherits:
-
Object
- Object
- Maglev::SettingTypes::Base
show all
- Defined in:
- app/models/maglev/setting_types/base.rb
Overview
rubocop:disable Style/ClassAndModuleChildren
Instance Method Summary
collapse
Instance Method Details
#cast_value(value) ⇒ Object
5
6
7
|
# File 'app/models/maglev/setting_types/base.rb', line 5
def cast_value(value)
value
end
|
#content_image(_value) ⇒ Object
13
14
15
|
# File 'app/models/maglev/setting_types/base.rb', line 13
def content_image(_value)
nil
end
|
#content_label(_value) ⇒ Object
9
10
11
|
# File 'app/models/maglev/setting_types/base.rb', line 9
def content_label(_value)
nil
end
|