Class: Virtuozzo::SOAP::Types::Mailer::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/mailermail_template

name - SOAP::SOAPString
body - SOAP::SOAPBase64
read_only - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, body = nil, read_only = nil) ⇒ Mail_template

Returns a new instance of Mail_template.



2091
2092
2093
2094
2095
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2091

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

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



2088
2089
2090
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2088

def body
  @body
end

#nameObject

Returns the value of attribute name.



2087
2088
2089
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2087

def name
  @name
end

#read_onlyObject

Returns the value of attribute read_only.



2089
2090
2091
# File 'lib/virtuozzo/soap/types/mailer.rb', line 2089

def read_only
  @read_only
end