Class: Virtuozzo::SOAP::Types::EnvSamplem::EventType

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



1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1194

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.



1187
1188
1189
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1187

def category
  @category
end

#countObject

Returns the value of attribute count.



1189
1190
1191
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1189

def count
  @count
end

#dataObject

Returns the value of attribute data.



1192
1193
1194
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1192

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1184
1185
1186
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1184

def eid
  @eid
end

#idObject

Returns the value of attribute id.



1190
1191
1192
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1190

def id
  @id
end

#infoObject

Returns the value of attribute info.



1191
1192
1193
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1191

def info
  @info
end

#sidObject

Returns the value of attribute sid.



1188
1189
1190
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1188

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1186
1187
1188
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1186

def source
  @source
end

#timeObject

Returns the value of attribute time.



1185
1186
1187
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1185

def time
  @time
end