Class: ApiTester::TestHelper
- Inherits:
-
Object
- Object
- ApiTester::TestHelper
- Defined in:
- lib/api-tester/test_helper.rb
Overview
Interface for when things need to be done before or after an api call
Instance Method Summary collapse
- #after ⇒ Object
- #before ⇒ Object
-
#initialize(url) ⇒ TestHelper
constructor
A new instance of TestHelper.
- #retrieve_param(key) ⇒ Object
Constructor Details
#initialize(url) ⇒ TestHelper
Returns a new instance of TestHelper.
6 |
# File 'lib/api-tester/test_helper.rb', line 6 def initialize(url); end |
Instance Method Details
#after ⇒ Object
12 |
# File 'lib/api-tester/test_helper.rb', line 12 def after; end |
#before ⇒ Object
8 |
# File 'lib/api-tester/test_helper.rb', line 8 def before; end |
#retrieve_param(key) ⇒ Object
10 |
# File 'lib/api-tester/test_helper.rb', line 10 def retrieve_param(key); end |