Method: Virtuozzo::SOAP::Types::Licensem::EnvType#initialize

Defined in:
lib/virtuozzo/soap/types/licensem.rb

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

Returns a new instance of EnvType.



208
209
210
211
212
213
214
215
# File 'lib/virtuozzo/soap/types/licensem.rb', line 208

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