Class: ProtoFS::File
- Inherits:
-
Object
- Object
- ProtoFS::File
- Defined in:
- lib/virtfs/protofs/protofs_file.rb
Instance Method Summary collapse
- #atime ⇒ Object
- #chmod(permission) ⇒ Object
- #chown(owner, group) ⇒ Object
- #ctime ⇒ Object
- #flock(locking_constant) ⇒ Object
-
#initialize(fs, instance_handle, parsed_args) ⇒ File
constructor
A new instance of File.
- #lstat ⇒ Object
- #truncate(len) ⇒ Object
Constructor Details
#initialize(fs, instance_handle, parsed_args) ⇒ File
Returns a new instance of File.
3 4 |
# File 'lib/virtfs/protofs/protofs_file.rb', line 3 def initialize(fs, instance_handle, parsed_args) end |
Instance Method Details
#atime ⇒ Object
6 7 |
# File 'lib/virtfs/protofs/protofs_file.rb', line 6 def atime end |
#chmod(permission) ⇒ Object
9 10 |
# File 'lib/virtfs/protofs/protofs_file.rb', line 9 def chmod() end |
#chown(owner, group) ⇒ Object
12 13 |
# File 'lib/virtfs/protofs/protofs_file.rb', line 12 def chown(owner, group) end |
#ctime ⇒ Object
15 16 |
# File 'lib/virtfs/protofs/protofs_file.rb', line 15 def ctime end |
#flock(locking_constant) ⇒ Object
18 19 |
# File 'lib/virtfs/protofs/protofs_file.rb', line 18 def flock(locking_constant) end |
#lstat ⇒ Object
21 22 |
# File 'lib/virtfs/protofs/protofs_file.rb', line 21 def lstat end |
#truncate(len) ⇒ Object
24 25 |
# File 'lib/virtfs/protofs/protofs_file.rb', line 24 def truncate(len) end |