Sha256: 3f288cc4fdbdfdf9b9063f05f6ae52a32d6685688be42bdf00005a9c78d039f2

Contents?: true

Size: 609 Bytes

Versions: 10

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

10 entries across 10 versions & 1 rubygems

Version Path
card-1.100.0 tmpsets/set/mod017-follow/self/created.rb
card-1.99.4 tmpsets/set/mod017-follow/self/created.rb
card-1.99.3 tmpsets/set/mod017-follow/self/created.rb
card-1.99.2 tmpsets/set/mod017-follow/self/created.rb
card-1.99.1 tmpsets/set/mod017-follow/self/created.rb
card-1.99.0 tmpsets/set/mod017-follow/self/created.rb
card-1.98.3 tmpsets/set/mod017-follow/self/created.rb
card-1.98.2 tmpsets/set/mod017-follow/self/created.rb
card-1.98.1 tmpsets/set/mod017-follow/self/created.rb
card-1.98.0 tmpsets/set/mod017-follow/self/created.rb