Class: Proctor::Command::AssetListCmd
- Inherits:
-
Object
- Object
- Proctor::Command::AssetListCmd
- Defined in:
- lib/proctor/command/asset_list_cmd.rb
Instance Method Summary collapse
- #gen_list ⇒ Object
-
#initialize(global, options, args) ⇒ AssetListCmd
constructor
A new instance of AssetListCmd.
- #list ⇒ Object
Constructor Details
#initialize(global, options, args) ⇒ AssetListCmd
Returns a new instance of AssetListCmd.
5 6 7 8 9 10 |
# File 'lib/proctor/command/asset_list_cmd.rb', line 5 def initialize(global, , args) @global = global @options = @args = args @env = @options['env'] end |
Instance Method Details
#gen_list ⇒ Object
12 13 14 |
# File 'lib/proctor/command/asset_list_cmd.rb', line 12 def gen_list list_all end |
#list ⇒ Object
16 17 18 |
# File 'lib/proctor/command/asset_list_cmd.rb', line 16 def list puts gen_list end |