Sha256: 6dfe832743205d79c03e891a3f7e6bc5d163de12fe4f50caeedf9cdf65550f67

Contents?: true

Size: 534 Bytes

Versions: 8

Compression:

Stored size: 534 Bytes

Contents

# frozen_string_literal: true

require 'chamber/commands/cloud/base'
require 'chamber/commands/comparable'
require 'chamber/commands/securable'

module  Chamber
module  Commands
module  Cloud
class   Compare < Chamber::Commands::Cloud::Base
  include Chamber::Commands::Securable
  include Chamber::Commands::Comparable

  protected

  def first_settings_data
    ::JSON.pretty_generate(securable_environment_variables)
  end

  def second_settings_data
    ::JSON.pretty_generate(adapter.environment_variables)
  end
end
end
end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chamber-3.0.0rc2 lib/chamber/commands/cloud/compare.rb
chamber-2.14.3 lib/chamber/commands/cloud/compare.rb
chamber-3.0.0rc1 lib/chamber/commands/cloud/compare.rb
chamber-2.14.2 lib/chamber/commands/cloud/compare.rb
chamber-2.14.1 lib/chamber/commands/cloud/compare.rb
chamber-2.14.0 lib/chamber/commands/cloud/compare.rb
chamber-2.13.1 lib/chamber/commands/cloud/compare.rb
chamber-2.13.0 lib/chamber/commands/cloud/compare.rb