class ThreeScale::Core::ServiceRequiresRegisteredUser
Public Class Methods
new(id = nil)
click to toggle source
Calls superclass method
# File lib/3scale/core/errors.rb, line 47 def initialize(id = nil) super %(Service id="#{id}" requires users to be registered before hand) end