Class: Virtuozzo::SOAP::Types::Mailer::MailerType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/mailermailerType

configuration - Virtuozzo::SOAP::Types::Mailer::ConfigurationType
ok - Virtuozzo::SOAP::Types::Mailer::MailerType::Ok
error - Virtuozzo::SOAP::Types::Mailer::MailerType::Error
mail_template_list - Virtuozzo::SOAP::Types::Mailer::Mail_template_list
get_mail_template - Virtuozzo::SOAP::Types::Mailer::Get_mail_template
set_mail_template - Virtuozzo::SOAP::Types::Mailer::Set_mail_template
remove_mail_template - Virtuozzo::SOAP::Types::Mailer::Remove_mail_template
set_relay - Virtuozzo::SOAP::Types::Mailer::Set_relay
get_relay - Virtuozzo::SOAP::Types::Mailer::Get_relay
get_config - Virtuozzo::SOAP::Types::Mailer::Get_config
set_config - Virtuozzo::SOAP::Types::Mailer::Set_config
post - Virtuozzo::SOAP::Types::Mailer::Post
relay - (any)
mail_tempate_list - Virtuozzo::SOAP::Types::Mailer::Mail_tempate_list
mail_template - Virtuozzo::SOAP::Types::Mailer::Mail_template
config - Virtuozzo::SOAP::Types::Mailer::Config

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], mail_template_list = [], get_mail_template = [], set_mail_template = [], remove_mail_template = [], set_relay = [], get_relay = [], get_config = [], set_config = [], post = [], relay = [], mail_tempate_list = [], mail_template = [], config = []) ⇒ MailerType

Returns a new instance of MailerType.



1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1769

def initialize(configuration = nil, ok = [], error = [], mail_template_list = [], get_mail_template = [], set_mail_template = [], remove_mail_template = [], set_relay = [], get_relay = [], get_config = [], set_config = [], post = [], relay = [], mail_tempate_list = [], mail_template = [], config = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @mail_template_list = mail_template_list
  @get_mail_template = get_mail_template
  @set_mail_template = set_mail_template
  @remove_mail_template = remove_mail_template
  @set_relay = set_relay
  @get_relay = get_relay
  @get_config = get_config
  @set_config = set_config
  @post = post
  @relay = relay
  @mail_tempate_list = mail_tempate_list
  @mail_template = mail_template
  @config = config
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



1767
1768
1769
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1767

def config
  @config
end

#configurationObject

Returns the value of attribute configuration.



1752
1753
1754
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1752

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1754
1755
1756
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1754

def error
  @error
end

#get_configObject

Returns the value of attribute get_config.



1761
1762
1763
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1761

def get_config
  @get_config
end

#get_mail_templateObject

Returns the value of attribute get_mail_template.



1756
1757
1758
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1756

def get_mail_template
  @get_mail_template
end

#get_relayObject

Returns the value of attribute get_relay.



1760
1761
1762
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1760

def get_relay
  @get_relay
end

#mail_tempate_listObject

Returns the value of attribute mail_tempate_list.



1765
1766
1767
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1765

def mail_tempate_list
  @mail_tempate_list
end

#mail_templateObject

Returns the value of attribute mail_template.



1766
1767
1768
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1766

def mail_template
  @mail_template
end

#mail_template_listObject

Returns the value of attribute mail_template_list.



1755
1756
1757
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1755

def mail_template_list
  @mail_template_list
end

#okObject

Returns the value of attribute ok.



1753
1754
1755
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1753

def ok
  @ok
end

#postObject

Returns the value of attribute post.



1763
1764
1765
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1763

def post
  @post
end

#relayObject

Returns the value of attribute relay.



1764
1765
1766
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1764

def relay
  @relay
end

#remove_mail_templateObject

Returns the value of attribute remove_mail_template.



1758
1759
1760
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1758

def remove_mail_template
  @remove_mail_template
end

#set_configObject

Returns the value of attribute set_config.



1762
1763
1764
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1762

def set_config
  @set_config
end

#set_mail_templateObject

Returns the value of attribute set_mail_template.



1757
1758
1759
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1757

def set_mail_template
  @set_mail_template
end

#set_relayObject

Returns the value of attribute set_relay.



1759
1760
1761
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1759

def set_relay
  @set_relay
end