Class: Virtuozzo::SOAP::Types::EventLog::Env_security_objectType

Inherits:
Security_objectType show all
Defined in:
lib/virtuozzo/soap/types/event_log.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.



1277
1278
1279
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1277

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

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



1275
1276
1277
# File 'lib/virtuozzo/soap/types/event_log.rb', line 1275

def eid
  @eid
end