Class: Dnsimple::Struct::Webhook
- Defined in:
- lib/dnsimple/struct/webhook.rb
Instance Attribute Summary collapse
-
#id ⇒ Integer
The contact ID in DNSimple.
-
#url ⇒ String
The callback URL.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Dnsimple::Struct::Base
Instance Attribute Details
#id ⇒ Integer
Returns The contact ID in DNSimple.
7 8 9 |
# File 'lib/dnsimple/struct/webhook.rb', line 7 def id @id end |
#url ⇒ String
Returns The callback URL.
10 11 12 |
# File 'lib/dnsimple/struct/webhook.rb', line 10 def url @url end |