Module: Card::Set::TypePlusRight::User::Follow
- Extended by:
- Card::Set
- Includes:
- Card::Set::Type::Pointer
- Defined in:
- tmpsets/set/mod006-05_email/type_plus_right/user/follow.rb
Instance Method Summary collapse
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
Methods included from Card::Set::Type::Pointer
#<<, #add_item, #add_item!, #diff_args, #drop_item, #drop_item!, #insert_item, #insert_item!, #item_cards, #item_ids, #item_names, #item_type, #items=, #option_cards, #option_names, #options_rule_card
Instance Method Details
#raw_content ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 |
# File 'tmpsets/set/mod006-05_email/type_plus_right/user/follow.rb', line 7 def raw_content @raw_content ||= if left items = if left.type_id == Card::UserID user = left follow_rules = Card.user_rule_cards left.name, 'follow' follow_rules.map {|card| "[[#{card.name}]]" } end.join "\n" else '' end end |
#virtual? ⇒ Boolean
19 |
# File 'tmpsets/set/mod006-05_email/type_plus_right/user/follow.rb', line 19 def virtual?; !real? end |