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