Class: Resedit::ExportCommand

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) ⇒ ExportCommand

Returns a new instance of ExportCommand.



7
8
9
# File 'lib/resedit/app/io_commands.rb', line 7

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

Instance Method Details

#job(params) ⇒ Object



10
11
12
# File 'lib/resedit/app/io_commands.rb', line 10

def job(params)
    raise 'Not implemented'
end