Class: Triklemailer::Options
- Inherits:
-
Struct
- Object
- Struct
- Triklemailer::Options
- Defined in:
- lib/triklemailer.rb
Instance Attribute Summary collapse
-
#attachment ⇒ Object
Returns the value of attribute attachment.
-
#bcc ⇒ Object
Returns the value of attribute bcc.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#from ⇒ Object
Returns the value of attribute from.
-
#host ⇒ Object
Returns the value of attribute host.
-
#is_html ⇒ Object
Returns the value of attribute is_html.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#template ⇒ Object
Returns the value of attribute template.
-
#template_name ⇒ Object
Returns the value of attribute template_name.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#attachment ⇒ Object
Returns the value of attribute attachment
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def end |
#bcc ⇒ Object
Returns the value of attribute bcc
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def bcc @bcc end |
#domain ⇒ Object
Returns the value of attribute domain
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def domain @domain end |
#from ⇒ Object
Returns the value of attribute from
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def from @from end |
#host ⇒ Object
Returns the value of attribute host
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def host @host end |
#is_html ⇒ Object
Returns the value of attribute is_html
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def is_html @is_html end |
#password ⇒ Object
Returns the value of attribute password
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def password @password end |
#port ⇒ Object
Returns the value of attribute port
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def port @port end |
#subject ⇒ Object
Returns the value of attribute subject
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def subject @subject end |
#template ⇒ Object
Returns the value of attribute template
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def template @template end |
#template_name ⇒ Object
Returns the value of attribute template_name
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def template_name @template_name end |
#username ⇒ Object
Returns the value of attribute username
6 7 8 |
# File 'lib/triklemailer.rb', line 6 def username @username end |