Class: Virtuozzo::SOAP::Types::Mailer::Config
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Mailer::Config
- Defined in:
- lib/virtuozzo/soap/types/mailer.rb
Overview
Defined Under Namespace
Classes: Accounts
Instance Attribute Summary collapse
-
#accounts ⇒ Object
Returns the value of attribute accounts.
-
#notify ⇒ Object
Returns the value of attribute notify.
Instance Method Summary collapse
-
#initialize(notify = nil, accounts = nil) ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize(notify = nil, accounts = nil) ⇒ Config
Returns a new instance of Config.
2062 2063 2064 2065 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2062 def initialize(notify = nil, accounts = nil) @notify = notify @accounts = accounts end |
Instance Attribute Details
#accounts ⇒ Object
Returns the value of attribute accounts.
2060 2061 2062 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2060 def accounts @accounts end |
#notify ⇒ Object
Returns the value of attribute notify.
2059 2060 2061 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2059 def notify @notify end |