Class: StoreAgent::Node::Metadata::SuperRootMetadata
- Inherits:
-
StoreAgent::Node::Metadata
- Object
- Attachment
- StoreAgent::Node::Metadata
- StoreAgent::Node::Metadata::SuperRootMetadata
- Defined in:
- lib/store_agent/node/attachment/metadata.rb
Overview
最上位階層の親ディレクトリのメタデータとして振る舞うダミーのクラス
Instance Attribute Summary
Attributes inherited from Attachment
Instance Method Summary collapse
-
#initialize ⇒ SuperRootMetadata
constructor
:nodoc:.
- #update ⇒ Object
Methods inherited from StoreAgent::Node::Metadata
#base_path, #create, datasize_format, #delete, #disk_usage, #disk_usage=, #file_path, #owner=, #updated_at=
Methods inherited from Attachment
#create, #data, #delete, #inspect, #load, #reload, #save
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
#initialize ⇒ SuperRootMetadata
:nodoc:
110 111 |
# File 'lib/store_agent/node/attachment/metadata.rb', line 110 def initialize(*) end |
Instance Method Details
#update ⇒ Object
113 114 |
# File 'lib/store_agent/node/attachment/metadata.rb', line 113 def update(*) end |