Module: AEM

Defined in:
lib/aem.rb

Defined Under Namespace

Classes: Application

Constant Summary collapse

Codecs =

Constants

Codecs
DefaultCodecs =
DefaultCodecs
MacOSError =
AE::MacOSError
CantLaunchApplicationError =
Connect::CantLaunchApplicationError
AEDesc =
AE::AEDesc
AETypeBase =
TypeWrappers::AETypeBase
AEType =
TypeWrappers::AEType
AEEnum =
TypeWrappers::AEEnum
AEProp =
TypeWrappers::AEProp
AEKey =
TypeWrappers::AEKey
EventError =
Send::EventError
CommandError =

deprecated class name; kept for backwards compatibility

Send::EventError

Class Method Summary collapse

Class Method Details

.appObject

Reference roots



46
47
48
# File 'lib/aem.rb', line 46

def AEM.app
  return AEMReference::App
end

.conObject



50
51
52
# File 'lib/aem.rb', line 50

def AEM.con
  return AEMReference::Con
end

.custom_root(value) ⇒ Object



58
59
60
# File 'lib/aem.rb', line 58

def AEM.custom_root(value)
  return AEMReference::CustomRoot.new(value)
end

.itsObject



54
55
56
# File 'lib/aem.rb', line 54

def AEM.its
  return AEMReference::Its
end