Class: ChatNotifier::Repository::Debug

Inherits:
ChatNotifier::Repository show all
Defined in:
lib/chat_notifier/repository/debug.rb

Instance Attribute Summary

Attributes inherited from ChatNotifier::Repository

#settings

Instance Method Summary collapse

Methods inherited from ChatNotifier::Repository

for, #initialize

Constructor Details

This class inherits a constructor from ChatNotifier::Repository

Instance Method Details



10
11
12
# File 'lib/chat_notifier/repository/debug.rb', line 10

def link(sha)
  "#{url}/tree/#{sha}"
end

#urlObject



6
7
8
# File 'lib/chat_notifier/repository/debug.rb', line 6

def url
  "http://example.com"
end