Class: Virtuozzo::SOAP::Types::Mailer::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/mailer.rb

Overview

Defined Under Namespace

Classes: Accounts

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountsObject

Returns the value of attribute accounts.



2060
2061
2062
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2060

def accounts
  @accounts
end

#notifyObject

Returns the value of attribute notify.



2059
2060
2061
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2059

def notify
  @notify
end