Class: DevArchive::Archives::Restore
- Inherits:
-
Object
- Object
- DevArchive::Archives::Restore
- Defined in:
- lib/dev_archive/archives.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
Class Method Summary collapse
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(metadata) ⇒ Restore
constructor
A new instance of Restore.
Constructor Details
#initialize(metadata) ⇒ Restore
Returns a new instance of Restore.
33 34 35 |
# File 'lib/dev_archive/archives.rb', line 33 def initialize() @metadata = end |
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
32 33 34 |
# File 'lib/dev_archive/archives.rb', line 32 def @metadata end |
Class Method Details
.call(metadata) ⇒ Object
28 29 30 |
# File 'lib/dev_archive/archives.rb', line 28 def self.call() new().call end |