Class: Virtuozzo::SOAP::Types::Filer::EventType

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

Overview

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

eid - (any)
time - (any)
source - SOAP::SOAPString
category - SOAP::SOAPString
sid - (any)
count - SOAP::SOAPInt
id - (any)
info - Virtuozzo::SOAP::Types::Filer::InfoType
data - Virtuozzo::SOAP::Types::Filer::EventType::C_Data

Defined Under Namespace

Classes: C_Data

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, time = nil, source = nil, category = nil, sid = nil, count = nil, id = nil, info = nil, data = nil) ⇒ EventType

Returns a new instance of EventType.



1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
# File 'lib/virtuozzo/soap/types/filer.rb', line 1303

def initialize(eid = nil, time = nil, source = nil, category = nil, sid = nil, count = nil, id = nil, info = nil, data = nil)
  @eid = eid
  @time = time
  @source = source
  @category = category
  @sid = sid
  @count = count
  @id = id
  @info = info
  @data = data
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1296
1297
1298
# File 'lib/virtuozzo/soap/types/filer.rb', line 1296

def category
  @category
end

#countObject

Returns the value of attribute count.



1298
1299
1300
# File 'lib/virtuozzo/soap/types/filer.rb', line 1298

def count
  @count
end

#dataObject

Returns the value of attribute data.



1301
1302
1303
# File 'lib/virtuozzo/soap/types/filer.rb', line 1301

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1293
1294
1295
# File 'lib/virtuozzo/soap/types/filer.rb', line 1293

def eid
  @eid
end

#idObject

Returns the value of attribute id.



1299
1300
1301
# File 'lib/virtuozzo/soap/types/filer.rb', line 1299

def id
  @id
end

#infoObject

Returns the value of attribute info.



1300
1301
1302
# File 'lib/virtuozzo/soap/types/filer.rb', line 1300

def info
  @info
end

#sidObject

Returns the value of attribute sid.



1297
1298
1299
# File 'lib/virtuozzo/soap/types/filer.rb', line 1297

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1295
1296
1297
# File 'lib/virtuozzo/soap/types/filer.rb', line 1295

def source
  @source
end

#timeObject

Returns the value of attribute time.



1294
1295
1296
# File 'lib/virtuozzo/soap/types/filer.rb', line 1294

def time
  @time
end