Class: Checkup::Configuration::Service::Http
- Defined in:
- lib/checkup/configuration/service/http.rb
Class Attribute Summary collapse
-
.expected_code ⇒ Object
Returns the value of attribute expected_code.
-
.expected_response ⇒ Object
Returns the value of attribute expected_response.
-
.method ⇒ Object
Returns the value of attribute method.
-
.url ⇒ Object
Returns the value of attribute url.
Class Attribute Details
.expected_code ⇒ Object
Returns the value of attribute expected_code.
8 9 10 |
# File 'lib/checkup/configuration/service/http.rb', line 8 def expected_code @expected_code end |
.expected_response ⇒ Object
Returns the value of attribute expected_response.
9 10 11 |
# File 'lib/checkup/configuration/service/http.rb', line 9 def expected_response @expected_response end |
.method ⇒ Object
Returns the value of attribute method.
7 8 9 |
# File 'lib/checkup/configuration/service/http.rb', line 7 def method @method end |
.url ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/checkup/configuration/service/http.rb', line 6 def url @url end |