Class: ApiMethod
- Inherits:
-
Object
- Object
- ApiMethod
- Defined in:
- lib/tester/definition/methods/api_method.rb
Instance Attribute Summary collapse
-
#expected_response ⇒ Object
Returns the value of attribute expected_response.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Method Summary collapse
-
#initialize ⇒ ApiMethod
constructor
A new instance of ApiMethod.
- #verb ⇒ Object
Constructor Details
Instance Attribute Details
#expected_response ⇒ Object
Returns the value of attribute expected_response.
10 11 12 |
# File 'lib/tester/definition/methods/api_method.rb', line 10 def expected_response @expected_response end |
#request ⇒ Object
Returns the value of attribute request.
9 10 11 |
# File 'lib/tester/definition/methods/api_method.rb', line 9 def request @request end |
Instance Method Details
#verb ⇒ Object
17 18 19 |
# File 'lib/tester/definition/methods/api_method.rb', line 17 def verb "None" end |