Sha256: 6eb46cb7b599b89f5720d69b022df61df4ff538bccc9b4bf9e3a8b9aa4a8a976
Contents?: true
Size: 463 Bytes
Versions: 10
Compression:
Stored size: 463 Bytes
Contents
# frozen_string_literal: true module ActiveInteraction class Base # @!method self.tz_operation(*attributes, options = {}) # Creates accessors for the attributes and ensures that values passed to # the attributes are Strings. # # @example # tz_operation :operation end # @private class TzOperationFilter < AbstractTzFilter register :tz_operation private def prefixes %i[o].freeze end end end
Version data entries
10 entries across 10 versions & 1 rubygems