Class: Virtuozzo::SOAP::Types::Firewallm::EventType

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



1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1247

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.



1240
1241
1242
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1240

def category
  @category
end

#countObject

Returns the value of attribute count.



1242
1243
1244
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1242

def count
  @count
end

#dataObject

Returns the value of attribute data.



1245
1246
1247
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1245

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1237
1238
1239
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1237

def eid
  @eid
end

#idObject

Returns the value of attribute id.



1243
1244
1245
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1243

def id
  @id
end

#infoObject

Returns the value of attribute info.



1244
1245
1246
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1244

def info
  @info
end

#sidObject

Returns the value of attribute sid.



1241
1242
1243
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1241

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1239
1240
1241
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1239

def source
  @source
end

#timeObject

Returns the value of attribute time.



1238
1239
1240
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1238

def time
  @time
end