Class: Virtuozzo::SOAP::Types::Packagem::EventType

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



2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2101

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.



2094
2095
2096
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2094

def category
  @category
end

#countObject

Returns the value of attribute count.



2096
2097
2098
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2096

def count
  @count
end

#dataObject

Returns the value of attribute data.



2099
2100
2101
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2099

def data
  @data
end

#eidObject

Returns the value of attribute eid.



2091
2092
2093
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2091

def eid
  @eid
end

#idObject

Returns the value of attribute id.



2097
2098
2099
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2097

def id
  @id
end

#infoObject

Returns the value of attribute info.



2098
2099
2100
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2098

def info
  @info
end

#sidObject

Returns the value of attribute sid.



2095
2096
2097
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2095

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



2093
2094
2095
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2093

def source
  @source
end

#timeObject

Returns the value of attribute time.



2092
2093
2094
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2092

def time
  @time
end