Method: Virtuozzo::SOAP::Types::Device::AceType#initialize
- Defined in:
- lib/virtuozzo/soap/types/device.rb
#initialize(type = nil, sid = nil, rights = nil) ⇒ AceType
Returns a new instance of AceType.
2094 2095 2096 2097 2098 |
# File 'lib/virtuozzo/soap/types/device.rb', line 2094 def initialize(type = nil, sid = nil, rights = nil) @type = type @sid = sid @rights = rights end |