module Dry::View::DecoratedAttributes

Decorates attributes in Parts.

Public Class Methods

included(klass) click to toggle source

@api private

# File lib/dry/view/decorated_attributes.rb, line 10
def self.included(klass)
  klass.extend ClassInterface
end