Module: Hanami::View::DecoratedAttributes
Overview
Decorates attributes in Parts.
Defined Under Namespace
Modules: ClassInterface Classes: Attributes
Class Method Summary collapse
- .included(klass) ⇒ Object private
Class Method Details
.included(klass) ⇒ 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.
14 15 16 |
# File 'lib/hanami/view/decorated_attributes.rb', line 14 def self.included(klass) klass.extend ClassInterface end |