Class: SipoMailer::Config
- Inherits:
-
Object
- Object
- SipoMailer::Config
- Defined in:
- lib/sipo_mailer/config.rb
Defined Under Namespace
Classes: ConfigMissing
Instance Attribute Summary collapse
-
#yaml ⇒ Object
Returns the value of attribute yaml.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
Instance Attribute Details
#yaml ⇒ Object
Returns the value of attribute yaml.
10 11 12 |
# File 'lib/sipo_mailer/config.rb', line 10 def yaml @yaml end |