Class: Virtuozzo::SOAP::Types::Mailer::Set_mail_template

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

Overview

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

name - SOAP::SOAPString
body - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, body = nil) ⇒ Set_mail_template

Returns a new instance of Set_mail_template.



1991
1992
1993
1994
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1991

def initialize(name = nil, body = nil)
  @name = name
  @body = body
end

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



1989
1990
1991
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1989

def body
  @body
end

#nameObject

Returns the value of attribute name.



1988
1989
1990
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1988

def name
  @name
end