Method: WWMD::Page#code

Defined in:
lib/wwmd/page/reporting_helpers.rb

#codeObject

the last http response code



84
85
86
# File 'lib/wwmd/page/reporting_helpers.rb', line 84

def code
  self.response_code # .to_s
end