Sha256: ee369126d869a08a56945c4ba5ed3a122639c1aa30e29da709f8c0ae34be82b5
Contents?: true
Size: 158 Bytes
Versions: 2
Compression:
Stored size: 158 Bytes
Contents
module Jive class Webhook < ActiveRecord::Base class Configuration attr_accessor :callback def initialize @callback = nil end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jive-webhook-0.0.2 | lib/jive/webhook/configuration.rb |
jive-webhook-0.0.1 | lib/jive/webhook/configuration.rb |