Sha256: 232b6cf986c022b3fea40119fe4d363fdb235e751774b3d08dda5246f66b1701
Contents?: true
Size: 470 Bytes
Versions: 10
Compression:
Stored size: 470 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 TzPublicKeyFilter < AbstractTzFilter register :tz_public_key private def prefixes %i[edpk].freeze end end end
Version data entries
10 entries across 10 versions & 1 rubygems