Class: ThreeScale::Backend::ServiceToken::InvalidServiceId

Inherits:
ValidationError
  • Object
show all
Defined in:
lib/3scale/backend/service_token.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidServiceId

Returns a new instance of InvalidServiceId.



24
25
26
# File 'lib/3scale/backend/service_token.rb', line 24

def initialize
  super('Service ID cannot be blank'.freeze)
end