Class: Virtuozzo::SOAP::Types::Authm::AceType

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



1342
1343
1344
1345
1346
# File 'lib/virtuozzo/soap/types/authm.rb', line 1342

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.



1340
1341
1342
# File 'lib/virtuozzo/soap/types/authm.rb', line 1340

def rights
  @rights
end

#sidObject

Returns the value of attribute sid.



1339
1340
1341
# File 'lib/virtuozzo/soap/types/authm.rb', line 1339

def sid
  @sid
end

#typeObject

Returns the value of attribute type.



1338
1339
1340
# File 'lib/virtuozzo/soap/types/authm.rb', line 1338

def type
  @type
end