class SteelWheel::Command

Public Class Methods

name() click to toggle source
# File lib/steel_wheel/command.rb, line 6
def self.name
  'SteelWheel::Command'
end

Public Instance Methods

call() click to toggle source
# File lib/steel_wheel/command.rb, line 14
def call
  # NOOP
end
http_status() click to toggle source
# File lib/steel_wheel/command.rb, line 10
def http_status
  errors.keys.first
end