Class: EYCli::Command::Apps
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #help ⇒ Object
-
#initialize ⇒ Apps
constructor
A new instance of Apps.
- #invoke ⇒ Object
Methods inherited from Base
Constructor Details
#initialize ⇒ Apps
Returns a new instance of Apps.
4 5 6 |
# File 'lib/ey_cli/commands/apps.rb', line 4 def initialize @apps = EYCli::Controller::Apps.new end |
Instance Method Details
#help ⇒ Object
16 17 18 19 20 21 |
# File 'lib/ey_cli/commands/apps.rb', line 16 def help <<-EOF List the applications created under your account and the accounts you are collaborating with. Usage: ey_cli apps EOF end |