Class: ShareButtons::Link
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#button_class, #href, #initialize, #medium_name
Constructor Details
This class inherits a constructor from ShareButtons::Base
Instance Method Details
#dom_id ⇒ Object
7 8 9 |
# File 'lib/share_buttons/link.rb', line 7 def dom_id @dom_id ||= "share-buttons-link-#{ seed }" end |
#label ⇒ Object
3 4 5 |
# File 'lib/share_buttons/link.rb', line 3 def label 'Copier le lien' end |