Sha256: d245246e7a3e13d24ff60a8f8d7562508ea2cedbbfcfd072171f2b13afd494cf

Contents?: true

Size: 472 Bytes

Versions: 10

Compression:

Stored size: 472 Bytes

Contents

# frozen_string_literal: true

module ActiveInteraction
  class Base
    # @!method self.tz_public_key(*attributes, options = {})
    #   Creates accessors for the attributes and ensures that values passed to
    #     the attributes are Strings.
    #
    #   @example
    #     tz_public_key :public_key
  end

  # @private
  class TzAccountFilter < AbstractTzFilter
    register :tz_account

    private

    def prefixes
      %i[tz1 tz2 tz3].freeze
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mtk_framework-1.0.1 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb
mtk_framework-1.0.0 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb
mtk_framework-0.1.7 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb
mtk_framework-0.1.6 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb
mtk_framework-0.1.5 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb
mtk_framework-0.1.4 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb
mtk_framework-0.1.3 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb
mtk_framework-0.1.2 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb
mtk_framework-0.1.1 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb
mtk_framework-0.1.0 lib/mtk_framework/gem_extensions/active_interaction/filters/tz_account_filter.rb