class PushHandler::Config

Attributes

commit_url[RW]
repo[RW]
services[RW]
urls[RW]

Public Class Methods

new() click to toggle source
# File lib/push_handler/config.rb, line 8
def initialize
        @repo = Hash.new('')
        @services = Hash.new()
        @commit_url = ''
        @urls = Hash.new('')
end