class ThreeScaleToolbox::ActiveDocsNotFoundError

Attributes

id[R]

Public Class Methods

new(id) click to toggle source
Calls superclass method
# File lib/3scale_toolbox/error.rb, line 27
def initialize(id)
  super("ActiveDocs with ID #{id} not found")
end

Public Instance Methods

code() click to toggle source
# File lib/3scale_toolbox/error.rb, line 31
def code
  'E_ACTIVEDOCS_NOT_FOUND'
end