Class: Virtuozzo::SOAP::Drivers::Process::AceType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/process/types.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesaceType

type - SOAP::SOAPInt
sid - (any)
rights - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, sid = nil, rights = nil) ⇒ AceType

Returns a new instance of AceType.



2009
2010
2011
2012
2013
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2009

def initialize(type = nil, sid = nil, rights = nil)
  @type = type
  @sid = sid
  @rights = rights
end

Instance Attribute Details

#rightsObject

Returns the value of attribute rights.



2007
2008
2009
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2007

def rights
  @rights
end

#sidObject

Returns the value of attribute sid.



2006
2007
2008
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2006

def sid
  @sid
end

#typeObject

Returns the value of attribute type.



2005
2006
2007
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2005

def type
  @type
end