Sha256: d15fbfb8d71a4873cbc4fcd5dcdd64038aad6b6b7607079d2c4d5ae71c328594
Contents?: true
Size: 232 Bytes
Versions: 3
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module Dnsimple module Struct class TransferLock < Base # @return [Boolean] True if Transfer Lock is enabled on the domain, otherwise false attr_accessor :enabled end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dnsimple-8.7.1 | lib/dnsimple/struct/transfer_lock.rb |
dnsimple-8.7.0 | lib/dnsimple/struct/transfer_lock.rb |
dnsimple-8.6.0 | lib/dnsimple/struct/transfer_lock.rb |