Class: DevArchive::Archives::Presenter

Inherits:
Object
  • Object
show all
Defined in:
lib/dev_archive/archives.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

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

#metadataObject (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