Class: Virtuozzo::SOAP::Types::Relocator::EventType

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



2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2020

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.



2013
2014
2015
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2013

def category
  @category
end

#countObject

Returns the value of attribute count.



2015
2016
2017
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2015

def count
  @count
end

#dataObject

Returns the value of attribute data.



2018
2019
2020
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2018

def data
  @data
end

#eidObject

Returns the value of attribute eid.



2010
2011
2012
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2010

def eid
  @eid
end

#idObject

Returns the value of attribute id.



2016
2017
2018
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2016

def id
  @id
end

#infoObject

Returns the value of attribute info.



2017
2018
2019
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2017

def info
  @info
end

#sidObject

Returns the value of attribute sid.



2014
2015
2016
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2014

def sid
  @sid
end

#sourceObject

Returns the value of attribute source.



2012
2013
2014
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2012

def source
  @source
end

#timeObject

Returns the value of attribute time.



2011
2012
2013
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2011

def time
  @time
end