Skip to content

Commit 903ae67

Browse files
authored
Add activation check (#81)
1 parent 5bbec93 commit 903ae67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/cloudflare/zones.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ def purge_cache(**options)
5252
self.class.post(@resource.with(path: "purge_cache"), options)
5353
end
5454

55+
def activation_check
56+
self.class.put(@resource.with(path: "activation_check"))
57+
end
58+
5559
def name
5660
result[:name]
5761
end

0 commit comments

Comments
 (0)