module Accessibility

The main AXElements namespace.

Constants

CODE_NAME

@return [String]

VERSION

@return [String]

Attributes

debug[RW]

Whether or not to turn on DEBUG features in AXElements. The value is initially inherited from ‘$DEBUG` but can be overridden by an environment variable named `AXDEBUG` or changed dynamically at runtime.

@return [Boolean]

debug?[RW]

Whether or not to turn on DEBUG features in AXElements. The value is initially inherited from ‘$DEBUG` but can be overridden by an environment variable named `AXDEBUG` or changed dynamically at runtime.

@return [Boolean]

Public Class Methods

version() click to toggle source

The complete version string for AXElements

This differs from {Accessibility::VERSION} in that it also includes {CODE_NAME} information.

@return [String]

# File lib/accessibility/version.rb, line 18
def self.version
  "#{VERSION}-#{CODE_NAME}"
end