Class: CocRb::Check

Inherits:
Settings show all
Defined in:
lib/cocRb/utility.rb

Class Method Summary collapse

Methods inherited from Settings

get

Class Method Details

.check_headersObject



37
38
39
40
41
# File 'lib/cocRb/utility.rb', line 37

def self.check_headers
  get
 res = @conn.get(CocRb.configuration.url)
 res.headers
end