Class: Virtuozzo::SOAP::Types::Backupm::EventType

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



1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1430

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.



1423
1424
1425
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1423

def category
  @category
end

#countObject

Returns the value of attribute count.



1425
1426
1427
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1425

def count
  @count
end

#dataObject

Returns the value of attribute data.



1428
1429
1430
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1428

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1420
1421
1422
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1420

def eid
  @eid
end

#idObject

Returns the value of attribute id.



1426
1427
1428
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1426

def id
  @id
end

#infoObject

Returns the value of attribute info.



1427
1428
1429
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1427

def info
  @info
end

#sidObject

Returns the value of attribute sid.



1424
1425
1426
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1424

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1422
1423
1424
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1422

def source
  @source
end

#timeObject

Returns the value of attribute time.



1421
1422
1423
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1421

def time
  @time
end