Class: Virtuozzo::SOAP::Types::Devm::EventType

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



2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
# File 'lib/virtuozzo/soap/types/devm.rb', line 2053

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.



2046
2047
2048
# File 'lib/virtuozzo/soap/types/devm.rb', line 2046

def category
  @category
end

#countObject

Returns the value of attribute count.



2048
2049
2050
# File 'lib/virtuozzo/soap/types/devm.rb', line 2048

def count
  @count
end

#dataObject

Returns the value of attribute data.



2051
2052
2053
# File 'lib/virtuozzo/soap/types/devm.rb', line 2051

def data
  @data
end

#eidObject

Returns the value of attribute eid.



2043
2044
2045
# File 'lib/virtuozzo/soap/types/devm.rb', line 2043

def eid
  @eid
end

#idObject

Returns the value of attribute id.



2049
2050
2051
# File 'lib/virtuozzo/soap/types/devm.rb', line 2049

def id
  @id
end

#infoObject

Returns the value of attribute info.



2050
2051
2052
# File 'lib/virtuozzo/soap/types/devm.rb', line 2050

def info
  @info
end

#sidObject

Returns the value of attribute sid.



2047
2048
2049
# File 'lib/virtuozzo/soap/types/devm.rb', line 2047

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



2045
2046
2047
# File 'lib/virtuozzo/soap/types/devm.rb', line 2045

def source
  @source
end

#timeObject

Returns the value of attribute time.



2044
2045
2046
# File 'lib/virtuozzo/soap/types/devm.rb', line 2044

def time
  @time
end