Class: Virtuozzo::SOAP::Types::ProcInfo::AceType

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



1234
1235
1236
1237
1238
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1234

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.



1232
1233
1234
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1232

def rights
  @rights
end

#sidObject

Returns the value of attribute sid.



1231
1232
1233
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1231

def sid
  @sid
end

#typeObject

Returns the value of attribute type.



1230
1231
1232
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1230

def type
  @type
end