Class: Checkup::Configuration::Service::Http

Inherits:
Base
  • Object
show all
Defined in:
lib/checkup/configuration/service/http.rb

Class Attribute Summary collapse

Class Attribute Details

.expected_codeObject

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_responseObject

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

.methodObject

Returns the value of attribute method.



7
8
9
# File 'lib/checkup/configuration/service/http.rb', line 7

def method
  @method
end

.urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/checkup/configuration/service/http.rb', line 6

def url
  @url
end