Class: Triklemailer::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/triklemailer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentObject

Returns the value of attribute attachment



6
7
8
# File 'lib/triklemailer.rb', line 6

def attachment
  @attachment
end

#bccObject

Returns the value of attribute bcc



6
7
8
# File 'lib/triklemailer.rb', line 6

def bcc
  @bcc
end

#domainObject

Returns the value of attribute domain



6
7
8
# File 'lib/triklemailer.rb', line 6

def domain
  @domain
end

#fromObject

Returns the value of attribute from



6
7
8
# File 'lib/triklemailer.rb', line 6

def from
  @from
end

#hostObject

Returns the value of attribute host



6
7
8
# File 'lib/triklemailer.rb', line 6

def host
  @host
end

#is_htmlObject

Returns the value of attribute is_html



6
7
8
# File 'lib/triklemailer.rb', line 6

def is_html
  @is_html
end

#passwordObject

Returns the value of attribute password



6
7
8
# File 'lib/triklemailer.rb', line 6

def password
  @password
end

#portObject

Returns the value of attribute port



6
7
8
# File 'lib/triklemailer.rb', line 6

def port
  @port
end

#subjectObject

Returns the value of attribute subject



6
7
8
# File 'lib/triklemailer.rb', line 6

def subject
  @subject
end

#templateObject

Returns the value of attribute template



6
7
8
# File 'lib/triklemailer.rb', line 6

def template
  @template
end

#template_nameObject

Returns the value of attribute template_name



6
7
8
# File 'lib/triklemailer.rb', line 6

def template_name
  @template_name
end

#usernameObject

Returns the value of attribute username



6
7
8
# File 'lib/triklemailer.rb', line 6

def username
  @username
end