Class: StoreAgent::Node::VirtualObject
- Defined in:
- lib/store_agent/node/object/virtual_object.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
Methods inherited from Object
#chown, #copy, #create, #default_metadata, #delete, #directory?, #file?, #filetype, #get_metadata, #get_permissions, #initial_metadata, #initial_owner, #initial_owner=, #initial_permission, #initial_permission=, #initialize, #metadata, #move, #parent_directory, #permission, #read, #revisions, #root?, #set_permission, #storage_object_path, #touch, #unset_permission, #update
Methods included from Validator
#validates_to_be_excluded_slash!, #validates_to_be_not_guest_identifier!, #validates_to_be_not_nil_value!, #validates_to_be_not_superuser_identifier!, #validates_to_be_string_or_symbol!
Constructor Details
This class inherits a constructor from StoreAgent::Node::Object
Instance Method Details
#exists? ⇒ Boolean
20 21 22 |
# File 'lib/store_agent/node/object/virtual_object.rb', line 20 def exists? false end |