Class: Card::Set::All::Follow::StartFollowLink
- Inherits:
-
FollowLink
- Object
- FollowLink
- Card::Set::All::Follow::StartFollowLink
- 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
-
#initialize(format) ⇒ StartFollowLink
constructor
A new instance of StartFollowLink.
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 |