Class: Card::Set::All::Follow::StartFollowLink

Inherits:
FollowLink
  • Object
show all
Defined in:
tmpsets/set/mod017-follow/all/follow/start_follow_link.rb

Instance Attribute Summary

Attributes inherited from FollowLink

#action, #css_class, #format, #hover_text, #link_text, #rule_content

Instance Method Summary collapse

Methods inherited from FollowLink

#button, #link_opts, #modal_link, #render_link_text

Constructor Details

#initialize(format) ⇒ StartFollowLink

Returns a new instance of StartFollowLink.



10
11
12
13
14
15
16
# File 'tmpsets/set/mod017-follow/all/follow/start_follow_link.rb', line 10

def initialize format
  @rule_content = "*always"
  @link_text = "follow"
  @action = "send"
  @css_class = ""
  super
end