Class: Resedit::ImportCommand

Inherits:
AppCommand show all
Defined in:
lib/resedit/app/io_commands.rb

Instance Attribute Summary

Attributes inherited from AppCommand

#names, #ohash, #opts, #params, #type

Instance Method Summary collapse

Methods inherited from AppCommand

#addOption, #addParam, #log, #logd, #loge, #parseParams, #run

Constructor Details

#initialize(name) ⇒ ImportCommand

Returns a new instance of ImportCommand.



17
18
19
# File 'lib/resedit/app/io_commands.rb', line 17

def initialize(name)
    super([name])
end

Instance Method Details

#job(params) ⇒ Object



20
21
22
# File 'lib/resedit/app/io_commands.rb', line 20

def job(params)
    raise 'Not implemented'
end