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.
8 9 10 |
# File 'lib/dnsimple/struct/webhook.rb', line 8 def id @id end |
#url ⇒ String
Returns The callback URL.
11 12 13 |
# File 'lib/dnsimple/struct/webhook.rb', line 11 def url @url end |