Module: Hanami::Utils::ClassAttribute

Included in:
Logger::Formatter, Inflector
Defined in:
lib/hanami/utils/class_attribute.rb

Overview

Inheritable class level variable accessors.

See Also:

Since:

  • 0.1.0

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.1.0



14
15
16
# File 'lib/hanami/utils/class_attribute.rb', line 14

def self.included(base)
  base.extend ClassMethods
end