Class: DevArchive::Archives::Presenter
- Inherits:
-
Object
- Object
- DevArchive::Archives::Presenter
- 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
-
#initialize(metadata) ⇒ Presenter
constructor
A new instance of Presenter.
Constructor Details
#initialize(metadata) ⇒ Presenter
Returns a new instance of Presenter.
51 52 53 |
# File 'lib/dev_archive/archives.rb', line 51 def initialize() = end |
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
50 51 52 |
# File 'lib/dev_archive/archives.rb', line 50 def end |
Class Method Details
.call(metadata) ⇒ Object
46 47 48 |
# File 'lib/dev_archive/archives.rb', line 46 def self.call() new().call end |