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.
230 231 232 |
# File 'lib/jara/releaser.rb', line 230 def initialize(shell) @shell = shell end |
Instance Method Details
#content_type ⇒ Object
240 241 |
# File 'lib/jara/releaser.rb', line 240 def content_type end |
#create(options) ⇒ Object
234 235 |
# File 'lib/jara/releaser.rb', line 234 def create() end |
#extension ⇒ Object
237 238 |
# File 'lib/jara/releaser.rb', line 237 def extension end |
#metadata ⇒ Object
243 244 245 |
# File 'lib/jara/releaser.rb', line 243 def {} end |