Class: ClusterFsck::Commands::Environments
- Inherits:
-
Object
- Object
- ClusterFsck::Commands::Environments
- Includes:
- S3Methods
- Defined in:
- lib/clusterfsck/commands/environments.rb
Instance Method Summary collapse
Methods included from S3Methods
#all_environments, #all_files, #bucket, #cluster_fsck_env, credentials, #credentials, #full_s3_path, s3, #s3, #s3_object
Instance Method Details
#run_command(args, options = {}) ⇒ Object
8 9 10 |
# File 'lib/clusterfsck/commands/environments.rb', line 8 def run_command(args, = {}) $stdout.puts(all_environments.join("\n")) end |