Class: Virtuozzo::SOAP::Types::Filer::FilerType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Filer::FilerType
- Defined in:
- lib/virtuozzo/soap/types/filer.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/filerfilerType
configuration - Virtuozzo::SOAP::Types::Filer::ConfigurationType
ok - Virtuozzo::SOAP::Types::Filer::FilerType::Ok
error - Virtuozzo::SOAP::Types::Filer::FilerType::Error
list - Virtuozzo::SOAP::Types::Filer::List
remove - Virtuozzo::SOAP::Types::Filer::Remove
copy - Virtuozzo::SOAP::Types::Filer::Copy
mkdir - Virtuozzo::SOAP::Types::Filer::Mkdir
move - Virtuozzo::SOAP::Types::Filer::Move
upload - Virtuozzo::SOAP::Types::Filer::Upload
download - Virtuozzo::SOAP::Types::Filer::Download
chmod - Virtuozzo::SOAP::Types::Filer::Chmod
chown - Virtuozzo::SOAP::Types::Filer::Chown
link - Virtuozzo::SOAP::Types::Filer::Link
stat - Virtuozzo::SOAP::Types::Filer::Stat
readlink - Virtuozzo::SOAP::Types::Filer::Readlink
search - Virtuozzo::SOAP::Types::Filer::Search
file - Virtuozzo::SOAP::Types::Filer::FileType
Defined Under Namespace
Instance Attribute Summary collapse
-
#chmod ⇒ Object
Returns the value of attribute chmod.
-
#chown ⇒ Object
Returns the value of attribute chown.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#copy ⇒ Object
Returns the value of attribute copy.
-
#download ⇒ Object
Returns the value of attribute download.
-
#error ⇒ Object
Returns the value of attribute error.
-
#file ⇒ Object
Returns the value of attribute file.
-
#link ⇒ Object
Returns the value of attribute link.
-
#list ⇒ Object
Returns the value of attribute list.
-
#mkdir ⇒ Object
Returns the value of attribute mkdir.
-
#move ⇒ Object
Returns the value of attribute move.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#readlink ⇒ Object
Returns the value of attribute readlink.
-
#remove ⇒ Object
Returns the value of attribute remove.
-
#search ⇒ Object
Returns the value of attribute search.
-
#stat ⇒ Object
Returns the value of attribute stat.
-
#upload ⇒ Object
Returns the value of attribute upload.
Instance Method Summary collapse
-
#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
constructor
A new instance of FilerType.
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
#chmod ⇒ Object
Returns the value of attribute chmod.
1858 1859 1860 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1858 def chmod @chmod end |
#chown ⇒ Object
Returns the value of attribute chown.
1859 1860 1861 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1859 def chown @chown end |
#configuration ⇒ Object
Returns the value of attribute configuration.
1848 1849 1850 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1848 def configuration @configuration end |
#copy ⇒ Object
Returns the value of attribute copy.
1853 1854 1855 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1853 def copy @copy end |
#download ⇒ Object
Returns the value of attribute download.
1857 1858 1859 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1857 def download @download end |
#error ⇒ Object
Returns the value of attribute error.
1850 1851 1852 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1850 def error @error end |
#file ⇒ Object
Returns the value of attribute file.
1864 1865 1866 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1864 def file @file end |
#link ⇒ Object
Returns the value of attribute link.
1860 1861 1862 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1860 def link @link end |
#list ⇒ Object
Returns the value of attribute list.
1851 1852 1853 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1851 def list @list end |
#mkdir ⇒ Object
Returns the value of attribute mkdir.
1854 1855 1856 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1854 def mkdir @mkdir end |
#move ⇒ Object
Returns the value of attribute move.
1855 1856 1857 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1855 def move @move end |
#ok ⇒ Object
Returns the value of attribute ok.
1849 1850 1851 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1849 def ok @ok end |
#readlink ⇒ Object
Returns the value of attribute readlink.
1862 1863 1864 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1862 def readlink @readlink end |
#remove ⇒ Object
Returns the value of attribute remove.
1852 1853 1854 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1852 def remove @remove end |
#search ⇒ Object
Returns the value of attribute search.
1863 1864 1865 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1863 def search @search end |
#stat ⇒ Object
Returns the value of attribute stat.
1861 1862 1863 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1861 def stat @stat end |
#upload ⇒ Object
Returns the value of attribute upload.
1856 1857 1858 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 1856 def upload @upload end |