Class: Virtuozzo::SOAP::Types::Mailer::EnvType

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

Overview

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

parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Types::Mailer::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Types::Mailer::Env_configType
virtual_config - Virtuozzo::SOAP::Types::Mailer::Venv_configType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType

Returns a new instance of EnvType.



188
189
190
191
192
193
194
195
# File 'lib/virtuozzo/soap/types/mailer.rb', line 188

def initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil)
  @parent_eid = parent_eid
  @eid = eid
  @status = status
  @alert = alert
  @config = config
  @virtual_config = virtual_config
end

Instance Attribute Details

#alertObject

Returns the value of attribute alert.



184
185
186
# File 'lib/virtuozzo/soap/types/mailer.rb', line 184

def alert
  @alert
end

#configObject

Returns the value of attribute config.



185
186
187
# File 'lib/virtuozzo/soap/types/mailer.rb', line 185

def config
  @config
end

#eidObject

Returns the value of attribute eid.



182
183
184
# File 'lib/virtuozzo/soap/types/mailer.rb', line 182

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



181
182
183
# File 'lib/virtuozzo/soap/types/mailer.rb', line 181

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



183
184
185
# File 'lib/virtuozzo/soap/types/mailer.rb', line 183

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



186
187
188
# File 'lib/virtuozzo/soap/types/mailer.rb', line 186

def virtual_config
  @virtual_config
end