Class: PasteHub::MailSetting

Inherits:
Object
  • Object
show all
Defined in:
lib/pastehub/plugin/sendmail.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#mailObject

Returns the value of attribute mail.



39
40
41
# File 'lib/pastehub/plugin/sendmail.rb', line 39

def mail
  @mail
end

#tagObject

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_sObject



41
42
43
# File 'lib/pastehub/plugin/sendmail.rb', line 41

def to_s()
  return @tag + "," + @mail
end