Class: Pindo::Command::Appstore::Itcapp
- Inherits:
-
Pindo::Command::Appstore
- Object
- Pindo::Command
- Pindo::Command::Appstore
- Pindo::Command::Appstore::Itcapp
- Defined in:
- lib/pindo/command/appstore/itcapp.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Itcapp
constructor
A new instance of Itcapp.
- #run ⇒ Object
Constructor Details
#initialize(argv) ⇒ Itcapp
Returns a new instance of Itcapp.
42 43 44 45 |
# File 'lib/pindo/command/appstore/itcapp.rb', line 42 def initialize(argv) super end |
Class Method Details
.options ⇒ Object
36 37 38 39 40 |
# File 'lib/pindo/command/appstore/itcapp.rb', line 36 def self. [ ].concat(super) end |
Instance Method Details
#run ⇒ Object
48 49 50 |
# File 'lib/pindo/command/appstore/itcapp.rb', line 48 def run end |