Class: PasteHub::MailSetting
- Inherits:
-
Object
- Object
- PasteHub::MailSetting
- Defined in:
- lib/pastehub/plugin/sendmail.rb
Instance Attribute Summary collapse
-
#mail ⇒ Object
Returns the value of attribute mail.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Method Summary collapse
Instance Attribute Details
#mail ⇒ Object
Returns the value of attribute mail.
39 40 41 |
# File 'lib/pastehub/plugin/sendmail.rb', line 39 def mail @mail end |
#tag ⇒ Object
Returns the value of attribute tag.
38 39 40 |
# File 'lib/pastehub/plugin/sendmail.rb', line 38 def tag @tag end |
Instance Method Details
#to_s ⇒ Object
41 42 43 |
# File 'lib/pastehub/plugin/sendmail.rb', line 41 def to_s() return @tag + "," + @mail end |