Class: Virtuozzo::SOAP::Types::Up2date::AceType

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



2060
2061
2062
2063
2064
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2060

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.



2058
2059
2060
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2058

def rights
  @rights
end

#sidObject

Returns the value of attribute sid.



2057
2058
2059
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2057

def sid
  @sid
end

#typeObject

Returns the value of attribute type.



2056
2057
2058
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2056

def type
  @type
end