Class: Virtuozzo::SOAP::Drivers::Device::AceType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/device/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.



2093
2094
2095
2096
2097
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2093

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.



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

def rights
  @rights
end

#sidObject

Returns the value of attribute sid.



2090
2091
2092
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2090

def sid
  @sid
end

#typeObject

Returns the value of attribute type.



2089
2090
2091
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2089

def type
  @type
end