enum

SF::ContextSettings::Attribute

Inherits Enum / Comparable / Value / Object

Enumeration of the context attribute flags

Constants

Default = 0

Non-debug, compatibility context (this and the core attribute are mutually exclusive)

Core = 1

Core attribute

Debug = 4

Debug attribute

None = 0
All = 5

Instance methods

core?

Returns true if this enum value contains Core

Source
debug?

Returns true if this enum value contains Debug

Source
default?

Returns true if this enum value contains Default

Source
none?
Source