module Aem::Deploy

Constants

VERSION

Public Class Methods

new(params = {}) click to toggle source

Create a new session with the default options.

# File lib/aem-deploy.rb, line 7
def self.new(params = {})
  Session.new(params)
end