Class: Virtuozzo::SOAP::Types::Mailer::Env_security_objectType

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

Overview

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

eid - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil) ⇒ Env_security_objectType

Returns a new instance of Env_security_objectType.



1290
1291
1292
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1290

def initialize(eid = nil)
  @eid = eid
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



1288
1289
1290
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1288

def eid
  @eid
end