Sha256: 3d0b0ea7108b82b8b563633baf8cd01fe99b594bce7ddede91e7ad8afdbde3cf

Contents?: true

Size: 609 Bytes

Versions: 8

Compression:

Stored size: 609 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Self
# Set: The card "Created"
#
module Created;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-follow/set/self/created.rb"; end
include_set Abstract::FollowOption

restrictive_follow_opts position: 1

follower_candidate_ids do |card|
  [card.creator_id]
end

def title
  "Following content you created"
end

def label
  "follow if I created"
end

def description set_card
  "#{set_card.follow_label} I created"
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card-mod-follow/set/self/created.rb ~~

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
card-1.101.7 tmpsets/set/mod026-card-mod-follow/self/created.rb
card-1.101.6 tmpsets/set/mod026-card-mod-follow/self/created.rb
card-1.101.5 tmpsets/set/mod025-card-mod-follow/self/created.rb
card-1.101.4 tmpsets/set/mod025-card-mod-follow/self/created.rb
card-1.101.3 tmpsets/set/mod025-card-mod-follow/self/created.rb
card-1.101.2 tmpsets/set/mod025-card-mod-follow/self/created.rb
card-1.101.1 tmpsets/set/mod025-card-mod-follow/self/created.rb
card-1.101.0 tmpsets/set/mod025-card-mod-follow/self/created.rb