Module: Card::Set::Type::JavaScript
- Extended by:
- Card::Set
- Includes:
- Machine, MachineInput
- Defined in:
- tmpsets/set/mod004-03_machines/type/java_script.rb
Instance Method Summary collapse
Methods included from Card::Set
abstract_set?, all_set?, card_accessor, card_reader, card_writer, clean_empty_module_from_hash, clean_empty_modules, define_on_format, ensure_set, extended, format, process_base_module_list, process_base_modules, register_set, register_set_format, shortname, stage_method, view, write_tmp_file
Methods included from Event
Methods included from MachineInput
define_delete_events, define_update_event, included, search_involved_machines
Methods included from Machine
define_machine_events, define_machine_views, #ensure_machine_output, included, #input_item_cards, #lock!, #lock_cache_key, #locked?, #machine_output_path, #machine_output_url, #reset_machine_output!, #run_machine, set_default_input_collection_method, set_default_input_preparation_method, set_default_machine_behaviour, set_default_output_storage_method, #unlock!, #update_input_card, #update_machine_output
Instance Method Details
#clean_html? ⇒ Boolean
16 17 18 |
# File 'tmpsets/set/mod004-03_machines/type/java_script.rb', line 16 def clean_html? false end |
#diff_args ⇒ Object
38 39 40 |
# File 'tmpsets/set/mod004-03_machines/type/java_script.rb', line 38 def diff_args {format: :text} end |