Module: Card::Set::All::Follow::FollowLinkViews::HtmlFormat

Extended by:
Card::Set::AbstractFormat
Defined in:
tmpsets/set/mod017-follow/all/follow/follow_link_views.rb

Instance Method Summary collapse

Instance Method Details

#follow_buttonObject



25
26
27
# File 'tmpsets/set/mod017-follow/all/follow/follow_link_views.rb', line 25

def follow_button
  follow_link_class.new(self).button
end


29
30
31
# File 'tmpsets/set/mod017-follow/all/follow/follow_link_views.rb', line 29

def follow_modal_link
  follow_link_class.new(self).modal_link
end