Class: Jara::Releaser::Archiver
- Inherits:
-
Object
- Object
- Jara::Releaser::Archiver
- Defined in:
- lib/jara/releaser.rb
Direct Known Subclasses
Instance Method Summary collapse
- #content_type ⇒ Object
- #create(options) ⇒ Object
- #extension ⇒ Object
-
#initialize(shell) ⇒ Archiver
constructor
A new instance of Archiver.
- #metadata ⇒ Object
Constructor Details
#initialize(shell) ⇒ Archiver
Returns a new instance of Archiver.
191 192 193 |
# File 'lib/jara/releaser.rb', line 191 def initialize(shell) @shell = shell end |
Instance Method Details
#content_type ⇒ Object
201 202 |
# File 'lib/jara/releaser.rb', line 201 def content_type end |
#create(options) ⇒ Object
195 196 |
# File 'lib/jara/releaser.rb', line 195 def create() end |
#extension ⇒ Object
198 199 |
# File 'lib/jara/releaser.rb', line 198 def extension end |
#metadata ⇒ Object
204 205 206 |
# File 'lib/jara/releaser.rb', line 204 def {} end |