Module: Card::Set::Type::Html
- Extended by:
- Card::Set
- Included in:
- LayoutType
- Defined in:
- tmpsets/set/mod003-02_basic_types/type/html.rb
Instance Method Summary collapse
-
#clean_html? ⇒ Boolean
~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/02_basic_types/set/type/html.rb ~~~~~~~~~~~.
- #diff_args ⇒ Object
Methods included from Loader
#clean_empty_module_from_hash, #clean_empty_modules, #extended, #process_base_module_list, #process_base_modules, #register_set, #write_tmp_file
Methods included from Helpers
#abstract_set?, #all_set?, #attachment, #ensure_set, #include_set, #include_set_formats, #shortname, #stage_method
Methods included from Format
#all_set_format_mod!, #applicable_format?, #define_on_format, #each_format, #format, #register_set_format, #view
Methods included from Card::Set::Trait
#card_accessor, #card_reader, #card_writer
Methods included from Event
Instance Method Details
#clean_html? ⇒ Boolean
~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/02_basic_types/set/type/html.rb ~~~~~~~~~~~
4 5 6 |
# File 'tmpsets/set/mod003-02_basic_types/type/html.rb', line 4 def clean_html? false end |
#diff_args ⇒ Object
8 9 10 |
# File 'tmpsets/set/mod003-02_basic_types/type/html.rb', line 8 def diff_args {format: :raw} end |