Module: Card::Set::Self::Created

Extended by:
Card::Set
Includes:
FollowOption
Defined in:
tmpsets/set/mod006-05_email/self/created.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

#define_event, #event

Methods included from FollowOption

cards, codenames, included, main_options, #restrictive_option?, restrictive_options

Instance Method Details

#description(set_card) ⇒ Object



21
22
23
# File 'tmpsets/set/mod006-05_email/self/created.rb', line 21

def description set_card
  "#{set_card.follow_label} I created"
end

#labelObject



17
18
19
# File 'tmpsets/set/mod006-05_email/self/created.rb', line 17

def label
  "follow if I created"
end

#titleObject



13
14
15
# File 'tmpsets/set/mod006-05_email/self/created.rb', line 13

def title
  'Following content you created'
end