Class: Virtuozzo::SOAP::Types::Servicem::EventType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/servicem.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::Servicem::InfoType
data - Virtuozzo::SOAP::Types::Servicem::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.



1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1266

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.



1259
1260
1261
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1259

def category
  @category
end

#countObject

Returns the value of attribute count.



1261
1262
1263
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1261

def count
  @count
end

#dataObject

Returns the value of attribute data.



1264
1265
1266
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1264

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1256
1257
1258
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1256

def eid
  @eid
end

#idObject

Returns the value of attribute id.



1262
1263
1264
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1262

def id
  @id
end

#infoObject

Returns the value of attribute info.



1263
1264
1265
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1263

def info
  @info
end

#sidObject

Returns the value of attribute sid.



1260
1261
1262
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1260

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1258
1259
1260
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1258

def source
  @source
end

#timeObject

Returns the value of attribute time.



1257
1258
1259
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1257

def time
  @time
end