Class: Virtuozzo::SOAP::Types::Filer::FilerType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/filer.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], list = nil, remove = nil, copy = nil, mkdir = nil, move = nil, upload = nil, download = nil, chmod = nil, chown = nil, link = nil, stat = nil, readlink = nil, search = nil, file = []) ⇒ FilerType

Returns a new instance of FilerType.



1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
# File 'lib/virtuozzo/soap/types/filer.rb', line 1866

def initialize(configuration = nil, ok = [], error = [], list = nil, remove = nil, copy = nil, mkdir = nil, move = nil, upload = nil, download = nil, chmod = nil, chown = nil, link = nil, stat = nil, readlink = nil, search = nil, file = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @list = list
  @remove = remove
  @copy = copy
  @mkdir = mkdir
  @move = move
  @upload = upload
  @download = download
  @chmod = chmod
  @chown = chown
  @link = link
  @stat = stat
  @readlink = readlink
  @search = search
  @file = file
end

Instance Attribute Details

#chmodObject

Returns the value of attribute chmod.



1858
1859
1860
# File 'lib/virtuozzo/soap/types/filer.rb', line 1858

def chmod
  @chmod
end

#chownObject

Returns the value of attribute chown.



1859
1860
1861
# File 'lib/virtuozzo/soap/types/filer.rb', line 1859

def chown
  @chown
end

#configurationObject

Returns the value of attribute configuration.



1848
1849
1850
# File 'lib/virtuozzo/soap/types/filer.rb', line 1848

def configuration
  @configuration
end

#copyObject

Returns the value of attribute copy.



1853
1854
1855
# File 'lib/virtuozzo/soap/types/filer.rb', line 1853

def copy
  @copy
end

#downloadObject

Returns the value of attribute download.



1857
1858
1859
# File 'lib/virtuozzo/soap/types/filer.rb', line 1857

def download
  @download
end

#errorObject

Returns the value of attribute error.



1850
1851
1852
# File 'lib/virtuozzo/soap/types/filer.rb', line 1850

def error
  @error
end

#fileObject

Returns the value of attribute file.



1864
1865
1866
# File 'lib/virtuozzo/soap/types/filer.rb', line 1864

def file
  @file
end

Returns the value of attribute link.



1860
1861
1862
# File 'lib/virtuozzo/soap/types/filer.rb', line 1860

def link
  @link
end

#listObject

Returns the value of attribute list.



1851
1852
1853
# File 'lib/virtuozzo/soap/types/filer.rb', line 1851

def list
  @list
end

#mkdirObject

Returns the value of attribute mkdir.



1854
1855
1856
# File 'lib/virtuozzo/soap/types/filer.rb', line 1854

def mkdir
  @mkdir
end

#moveObject

Returns the value of attribute move.



1855
1856
1857
# File 'lib/virtuozzo/soap/types/filer.rb', line 1855

def move
  @move
end

#okObject

Returns the value of attribute ok.



1849
1850
1851
# File 'lib/virtuozzo/soap/types/filer.rb', line 1849

def ok
  @ok
end

Returns the value of attribute readlink.



1862
1863
1864
# File 'lib/virtuozzo/soap/types/filer.rb', line 1862

def readlink
  @readlink
end

#removeObject

Returns the value of attribute remove.



1852
1853
1854
# File 'lib/virtuozzo/soap/types/filer.rb', line 1852

def remove
  @remove
end

#searchObject

Returns the value of attribute search.



1863
1864
1865
# File 'lib/virtuozzo/soap/types/filer.rb', line 1863

def search
  @search
end

#statObject

Returns the value of attribute stat.



1861
1862
1863
# File 'lib/virtuozzo/soap/types/filer.rb', line 1861

def stat
  @stat
end

#uploadObject

Returns the value of attribute upload.



1856
1857
1858
# File 'lib/virtuozzo/soap/types/filer.rb', line 1856

def upload
  @upload
end