Class: Virtuozzo::SOAP::Types::Envm::EventType

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



1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'lib/virtuozzo/soap/types/envm.rb', line 1615

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.



1608
1609
1610
# File 'lib/virtuozzo/soap/types/envm.rb', line 1608

def category
  @category
end

#countObject

Returns the value of attribute count.



1610
1611
1612
# File 'lib/virtuozzo/soap/types/envm.rb', line 1610

def count
  @count
end

#dataObject

Returns the value of attribute data.



1613
1614
1615
# File 'lib/virtuozzo/soap/types/envm.rb', line 1613

def data
  @data
end

#eidObject

Returns the value of attribute eid.



1605
1606
1607
# File 'lib/virtuozzo/soap/types/envm.rb', line 1605

def eid
  @eid
end

#idObject

Returns the value of attribute id.



1611
1612
1613
# File 'lib/virtuozzo/soap/types/envm.rb', line 1611

def id
  @id
end

#infoObject

Returns the value of attribute info.



1612
1613
1614
# File 'lib/virtuozzo/soap/types/envm.rb', line 1612

def info
  @info
end

#sidObject

Returns the value of attribute sid.



1609
1610
1611
# File 'lib/virtuozzo/soap/types/envm.rb', line 1609

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



1607
1608
1609
# File 'lib/virtuozzo/soap/types/envm.rb', line 1607

def source
  @source
end

#timeObject

Returns the value of attribute time.



1606
1607
1608
# File 'lib/virtuozzo/soap/types/envm.rb', line 1606

def time
  @time
end