Class: Virtuozzo::SOAP::Types::Mailer::EventType

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



1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1208

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.



1201
1202
1203
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1201

def category
  @category
end

#countObject

Returns the value of attribute count.



1203
1204
1205
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1203

def count
  @count
end

#dataObject

Returns the value of attribute data.



1206
1207
1208
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1206

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1198
1199
1200
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1198

def eid
  @eid
end

#idObject

Returns the value of attribute id.



1204
1205
1206
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1204

def id
  @id
end

#infoObject

Returns the value of attribute info.



1205
1206
1207
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1205

def info
  @info
end

#sidObject

Returns the value of attribute sid.



1202
1203
1204
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1202

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1200
1201
1202
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1200

def source
  @source
end

#timeObject

Returns the value of attribute time.



1199
1200
1201
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1199

def time
  @time
end