Class: Virtuozzo::SOAP::Types::Support::EventType

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



1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
# File 'lib/virtuozzo/soap/types/support.rb', line 1979

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.



1972
1973
1974
# File 'lib/virtuozzo/soap/types/support.rb', line 1972

def category
  @category
end

#countObject

Returns the value of attribute count.



1974
1975
1976
# File 'lib/virtuozzo/soap/types/support.rb', line 1974

def count
  @count
end

#dataObject

Returns the value of attribute data.



1977
1978
1979
# File 'lib/virtuozzo/soap/types/support.rb', line 1977

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1969
1970
1971
# File 'lib/virtuozzo/soap/types/support.rb', line 1969

def eid
  @eid
end

#idObject

Returns the value of attribute id.



1975
1976
1977
# File 'lib/virtuozzo/soap/types/support.rb', line 1975

def id
  @id
end

#infoObject

Returns the value of attribute info.



1976
1977
1978
# File 'lib/virtuozzo/soap/types/support.rb', line 1976

def info
  @info
end

#sidObject

Returns the value of attribute sid.



1973
1974
1975
# File 'lib/virtuozzo/soap/types/support.rb', line 1973

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1971
1972
1973
# File 'lib/virtuozzo/soap/types/support.rb', line 1971

def source
  @source
end

#timeObject

Returns the value of attribute time.



1970
1971
1972
# File 'lib/virtuozzo/soap/types/support.rb', line 1970

def time
  @time
end