Class: ChatNotifier::Repository::Debug
- Inherits:
-
ChatNotifier::Repository
- Object
- ChatNotifier::Repository
- ChatNotifier::Repository::Debug
- Defined in:
- lib/chat_notifier/repository/debug.rb
Instance Attribute Summary
Attributes inherited from ChatNotifier::Repository
Instance Method Summary collapse
Methods inherited from ChatNotifier::Repository
Constructor Details
This class inherits a constructor from ChatNotifier::Repository
Instance Method Details
#link(sha) ⇒ Object
10 11 12 |
# File 'lib/chat_notifier/repository/debug.rb', line 10 def link(sha) "#{url}/tree/#{sha}" end |
#url ⇒ Object
6 7 8 |
# File 'lib/chat_notifier/repository/debug.rb', line 6 def url "http://example.com" end |