Class: ShareButtons::Email
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
#label ⇒ Object
3 4 5 |
# File 'lib/share_buttons/email.rb', line 3 def label .fetch(:label, 'Partager par e-mail') end |
#title ⇒ Object
7 8 9 |
# File 'lib/share_buttons/email.rb', line 7 def title [:title] end |