Class: SnapshotArchive::Archives::Presenter

Inherits:
Object
  • Object
show all
Defined in:
lib/snapshot_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.



78
79
80
# File 'lib/snapshot_archive/archives.rb', line 78

def initialize()
  @metadata = 
end

Instance Attribute Details

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