Module: Card::Set::Right::Style
- Extended by:
- Card::Set
- Defined in:
- tmpsets/set/mod015-settings/right/style.rb
Overview
Set: All "+Style" cards
Defined Under Namespace
Modules: Format, HtmlFormat
Class Method Summary collapse
Instance Method Summary collapse
Methods included from I18nScope
Methods included from Loader
#clean_empty_module_from_hash, #clean_empty_modules, #extended, #process_base_modules, #register_set
Methods included from Helpers
#abstract_set?, #all_set?, #num_set_parts, #shortname, #underscore
Methods included from AdvancedApi
#attachment, #ensure_set, #stage_method
Methods included from Format
#before, #format, layout_method_name, #view, view_method_name, view_setting_method_name, wrapper_method_name
Methods included from Inheritance
#include_set, #include_set_formats
Methods included from Basket
#abstract_basket, #add_to_basket, #basket, #unshift_basket
Methods included from Trait
#card_accessor, #card_reader, #card_writer, #require_field
Methods included from Event::Api
Class Method Details
.source_location ⇒ Object
7 |
# File 'tmpsets/set/mod015-settings/right/style.rb', line 7 def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/settings/set/right/style.rb"; end |
Instance Method Details
#customize_theme? ⇒ Boolean
61 62 63 |
# File 'tmpsets/set/mod015-settings/right/style.rb', line 61 def customize_theme? Env.params[:customize].present? && (@theme = Env.params[:theme]).present? end |
#free_skin_name ⇒ Object
52 53 54 55 56 57 58 59 |
# File 'tmpsets/set/mod015-settings/right/style.rb', line 52 def free_skin_name name = "#{@theme} skin customized" if Card.exist?(name) name = "#{name} 1" name.next! while Card.exist?(name) end name end |
#ok_to_read ⇒ Object
13 14 15 |
# File 'tmpsets/set/mod015-settings/right/style.rb', line 13 def ok_to_read true end |