Class: Kashi::CLI::Export
- Inherits:
-
Object
- Object
- Kashi::CLI::Export
- Defined in:
- lib/kashi/cli.rb
Instance Method Summary collapse
-
#initialize(filepath, options) ⇒ Export
constructor
A new instance of Export.
- #run ⇒ Object
Constructor Details
#initialize(filepath, options) ⇒ Export
Returns a new instance of Export.
68 69 70 71 |
# File 'lib/kashi/cli.rb', line 68 def initialize(filepath, ) @filepath = filepath @options = end |