Module: Ardm::Property::Flags

Extended by:
ActiveSupport::Concern
Included in:
Enum, Flag
Defined in:
lib/ardm/property/support/flags.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#custom?Boolean

Returns:



19
20
21
# File 'lib/ardm/property/support/flags.rb', line 19

def custom?
  true
end