class Ruboty::Handlers::HttpStatus

Public Instance Methods

code(message) click to toggle source
# File lib/ruboty/handlers/http_status.rb, line 17
def code(message)
  Ruboty::HttpStatus::Actions::HttpStatus.new(message).call
end