Sha256: 3957468a0ecba0bce50fcefabb3e8901a2b067644ade9e29ffe5c409747b21ab

Contents?: true

Size: 223 Bytes

Versions: 5

Compression:

Stored size: 223 Bytes

Contents

module Dnsimple
  module Struct

    class Webhook < Base
      # @return [Fixnum] The contact ID in DNSimple.
      attr_accessor :id

      # @return [String] The callback URL.
      attr_accessor :url
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dnsimple-4.0.0 lib/dnsimple/struct/webhook.rb
dnsimple-3.1.0 lib/dnsimple/struct/webhook.rb
dnsimple-3.0.0 lib/dnsimple/struct/webhook.rb
dnsimple-3.0.0.pre.beta2 lib/dnsimple/struct/webhook.rb
dnsimple-3.0.0.pre.beta1 lib/dnsimple/struct/webhook.rb