Class: Virtuozzo::SOAP::Types::Packagem::AceType

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



2142
2143
2144
2145
2146
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2142

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.



2140
2141
2142
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2140

def rights
  @rights
end

#sidObject

Returns the value of attribute sid.



2139
2140
2141
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2139

def sid
  @sid
end

#typeObject

Returns the value of attribute type.



2138
2139
2140
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2138

def type
  @type
end