class Bosh::Registry::Error
Public Class Methods
code(code = 500)
click to toggle source
# File lib/bosh/registry/errors.rb, line 6 def self.code(code = 500) define_method(:code) { code } end
# File lib/bosh/registry/errors.rb, line 6 def self.code(code = 500) define_method(:code) { code } end