Sha256: 9143eaf0f2501e7bc80e5745f34cacab727b656b8bd2b97560eea3d781ae897a
Contents?: true
Size: 275 Bytes
Versions: 7
Compression:
Stored size: 275 Bytes
Contents
require 'cloudflair/entity' module Cloudflair class BrowserCheck include Cloudflair::Entity attr_reader :zone_id patchable_fields :value path 'zones/:zone_id/settings/browser_check' def initialize(zone_id) @zone_id = zone_id end end end
Version data entries
7 entries across 7 versions & 1 rubygems