Class: ChatNotifier::TestEnvironment::Debug
- Inherits:
-
ChatNotifier::TestEnvironment
- Object
- ChatNotifier::TestEnvironment
- ChatNotifier::TestEnvironment::Debug
- Defined in:
- lib/chat_notifier/test_environment/debug.rb
Instance Attribute Summary
Attributes inherited from ChatNotifier::TestEnvironment
Instance Method Summary collapse
Methods inherited from ChatNotifier::TestEnvironment
for, #initialize, #ruby_version
Constructor Details
This class inherits a constructor from ChatNotifier::TestEnvironment
Instance Method Details
#test_run_url ⇒ Object
10 11 12 |
# File 'lib/chat_notifier/test_environment/debug.rb', line 10 def test_run_url "#{url}/test-run/9999999" end |
#url ⇒ Object
6 7 8 |
# File 'lib/chat_notifier/test_environment/debug.rb', line 6 def url "http://example.com" end |