Module: Card::Set::Abstract::BootstrapCodeFile
- Extended by:
- Card::Set
- Defined in:
- tmpsets/set/mod026-bootstrap/abstract/bootstrap_code_file.rb
Overview
Set: Abstract (BootstrapCodeFile)
Defined Under Namespace
Modules: OverrideCodeFile
Constant Summary
Constants included from Helpers
Helpers::SET_PATTERN_TEST_REGEXP
Class Method Summary collapse
Methods included from Card::Set
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
#method_missing, #num_set_parts, #pattern_code, #respond_to_missing?, #set_name_parts, #shortname, #underscore
Methods included from Card::Set::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
.included(host_class) ⇒ Object
9 10 11 12 13 14 15 16 |
# File 'tmpsets/set/mod026-bootstrap/abstract/bootstrap_code_file.rb', line 9 def self.included host_class host_class.include_set Abstract::CodeFile host_class.include OverrideCodeFile host_class.mattr_accessor :stylesheets_dir, :bootstrap_path, :mod_path host_class.mod_path = File.join Cardio.gem_root, "mod", host_class.file_content_mod_name host_class.stylesheets_dir = File.join host_class.mod_path, "lib", "stylesheets" host_class.bootstrap_path = File.join host_class.mod_path, "vendor", "bootstrap", "scss" end |
.source_location ⇒ Object
7 |
# File 'tmpsets/set/mod026-bootstrap/abstract/bootstrap_code_file.rb', line 7 def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/bootstrap/set/abstract/bootstrap_code_file.rb"; end |