Class: Virtuozzo::SOAP::Drivers::Session::AceType

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



1276
1277
1278
1279
1280
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1276

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.



1274
1275
1276
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1274

def rights
  @rights
end

#sidObject

Returns the value of attribute sid.



1273
1274
1275
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1273

def sid
  @sid
end

#typeObject

Returns the value of attribute type.



1272
1273
1274
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1272

def type
  @type
end