class Bosh::Cli::Command::DeploymentDiff

Public Class Methods

new(director, manifest) click to toggle source
# File lib/cli/commands/deployment_diff.rb, line 3
def initialize(director, manifest)
  @director = director
  @manifest = manifest
end

Public Instance Methods

print(options) click to toggle source