Class: Jets::CLI::Env::Unset
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Set
Methods included from Parse
Methods inherited from Base
#initialize, #paginate, #paging_params, rescue_api_error
Methods included from Util::Logging
Methods included from AwsServices
#apigateway, #aws_options, #cfn, #codebuild, #dynamodb, #lambda_client, #logs, #s3, #s3_resource, #sns, #sqs, #ssm, #sts, #wafv2
Methods included from AwsServices::StackStatus
Methods included from AwsServices::GlobalMemoist
Methods included from Api
Constructor Details
This class inherits a constructor from Jets::CLI::Base
Instance Method Details
#environment_variables ⇒ Object
11 12 13 14 15 |
# File 'lib/jets/cli/env/unset.rb', line 11 def environment_variables @options[:names].each_with_object({}) do |name, hash| hash[name] = nil end end |