Class: Pindo::Command::Gplay::Itcapp
- Inherits:
-
Pindo::Command::Gplay
- Object
- CLAide::Command
- Pindo::Command
- Pindo::Command::Gplay
- Pindo::Command::Gplay::Itcapp
- Defined in:
- lib/pindo/command/gplay/itcapp.rb
Constant Summary
Constants inherited from Pindo::Command
DEFAULT_OPTIONS, DEFAULT_ROOT_OPTIONS
Instance Attribute Summary
Attributes inherited from Pindo::Command
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Itcapp
constructor
A new instance of Itcapp.
- #run ⇒ Object
Methods inherited from Pindo::Command
command_name, #initialize_options, run, use_cache?, #validate!
Methods included from Funlog::Mixin
Methods included from Pindoconfig::Mixin
Constructor Details
#initialize(argv) ⇒ Itcapp
Returns a new instance of Itcapp.
42 43 44 45 |
# File 'lib/pindo/command/gplay/itcapp.rb', line 42 def initialize(argv) super end |
Class Method Details
.options ⇒ Object
36 37 38 39 40 |
# File 'lib/pindo/command/gplay/itcapp.rb', line 36 def self. [ ].concat(super) end |
Instance Method Details
#run ⇒ Object
48 49 50 |
# File 'lib/pindo/command/gplay/itcapp.rb', line 48 def run end |