Class: Virtuozzo::SOAP::Types::Servicem::AceType

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



1307
1308
1309
1310
1311
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1307

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.



1305
1306
1307
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1305

def rights
  @rights
end

#sidObject

Returns the value of attribute sid.



1304
1305
1306
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1304

def sid
  @sid
end

#typeObject

Returns the value of attribute type.



1303
1304
1305
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1303

def type
  @type
end