Class: Virtuozzo::SOAP::Types::Backupm::AceType

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



1469
1470
1471
1472
1473
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1469

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.



1467
1468
1469
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1467

def rights
  @rights
end

#sidObject

Returns the value of attribute sid.



1466
1467
1468
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1466

def sid
  @sid
end

#typeObject

Returns the value of attribute type.



1465
1466
1467
# File 'lib/virtuozzo/soap/types/backupm.rb', line 1465

def type
  @type
end