Class: DevArchive::Formatters::Show
- Inherits:
-
Object
- Object
- DevArchive::Formatters::Show
- Defined in:
- lib/dev_archive/formatters.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) ⇒ Show
constructor
A new instance of Show.
Constructor Details
#initialize(metadata) ⇒ Show
Returns a new instance of Show.
29 30 31 |
# File 'lib/dev_archive/formatters.rb', line 29 def initialize() @metadata = end |
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
28 29 30 |
# File 'lib/dev_archive/formatters.rb', line 28 def @metadata end |
Class Method Details
.call(metadata) ⇒ Object
24 25 26 |
# File 'lib/dev_archive/formatters.rb', line 24 def self.call() new().call end |