Sha256: e8c64c0cc741bbc8f06f4484fe8ecb685ce3aad83297b55adab0a11658049803

Contents?: true

Size: 513 Bytes

Versions: 3

Compression:

Stored size: 513 Bytes

Contents

module VirtualBox
  module COM
    module Interface
      module Version_4_1_X
        class SharedFolder < AbstractInterface
          IID = "64637bb2-9e17-471c-b8f3-f8968dd9884e"

          property :name, WSTRING, :readonly => true
          property :host_path, WSTRING, :readonly => true
          property :accessible, T_BOOL, :readonly => true
          property :writable, T_BOOL, :readonly => true
          property :last_access_error, WSTRING, :readonly => true
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
virtualbox-0.9.2 lib/virtualbox/com/interface/4.1.x/SharedFolder.rb
virtualbox-0.9.1 lib/virtualbox/com/interface/4.1.x/SharedFolder.rb
virtualbox-0.9.0 lib/virtualbox/com/interface/4.1.x/SharedFolder.rb