Class: SnapshotArchive::Archives::Presenter
- Inherits:
-
Object
- Object
- SnapshotArchive::Archives::Presenter
- Defined in:
- lib/snapshot_archive/archives.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(metadata) ⇒ Presenter
constructor
A new instance of Presenter.
Constructor Details
#initialize(metadata) ⇒ Presenter
Returns a new instance of Presenter.
78 79 80 |
# File 'lib/snapshot_archive/archives.rb', line 78 def initialize() @metadata = end |
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
77 78 79 |
# File 'lib/snapshot_archive/archives.rb', line 77 def @metadata end |
Class Method Details
.call(metadata) ⇒ Object
73 74 75 |
# File 'lib/snapshot_archive/archives.rb', line 73 def self.call() new().call end |