Sha256: 4df684e6a775c63504c3189151d4438099f344fdc355aa0b260afa0bd327869d
Contents?: true
Size: 480 Bytes
Versions: 10
Compression:
Stored size: 480 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 TzContractAddressFilter < AbstractTzFilter register :tz_contract_address private def prefixes %i[KT].freeze end end end
Version data entries
10 entries across 10 versions & 1 rubygems