Sha256: 82d77386f1b26f07026533f1cb355095187b8875997bd0b6e059da34abf2900c

Contents?: true

Size: 284 Bytes

Versions: 1

Compression:

Stored size: 284 Bytes

Contents

module Lita::Extensions
  module GitHubWebHooksCore
    module Hooks
      class Public < Hook
        include Lita::Extensions::GitHubWebHooksCore::Hooks::RepoHooks
        def attributes
          {
            repo: repo
          }
        end        
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lita-github-web-hooks-core-1.0.0 lib/lita/extensions/github_web_hooks_core/hooks/public.rb