Class: Tane::Commands::Base
- Inherits:
-
Object
- Object
- Tane::Commands::Base
- Includes:
- Helpers
- Defined in:
- lib/tane/commands/base.rb
Direct Known Subclasses
App, Claim, Create, Email, Event, Exec, Help, Init, Login, Logout, Open, Refresh, Signup, Support
Class Method Summary collapse
Methods included from Helpers
Class Method Details
.fire(opts, args) ⇒ Object
7 8 9 10 11 |
# File 'lib/tane/commands/base.rb', line 7 def fire(opts, args) @opts = opts process(args) end |