The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

CatalystX::Usul::Response::FileSystem - Object wrapper for the file system

Version

Describes v0.16.$Rev: 1 $

Synopsis

   use CatalystX::Usul::Response::FileSystem;

   $file_system_object = CatalystX::Usul::Response::FileSystem->new;

Description

Object wrapper for the file system

Configuration and Environment

Defines the following list of attributes;

file_system

An optional string. The name of the wanted file system

file_systems

An array ref containing the list of defined file systems of the specified type

fs_type

An optional string. The type of the file systems to list

ipc

A required object. An instance of Class::Usul::IPC

volume

An optional string. The volume of the file_system attribute

Subroutines/Methods

None

Diagnostics

None

Dependencies

CatalystX::Usul::Moose

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Acknowledgements

Larry Wall - For the Perl programming language

Author

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Copyright (c) 2014 Peter Flanigan. All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE