Class: ThreeScale::Backend::ServiceToken::InvalidServiceId
- Inherits:
-
ValidationError
- Object
- ThreeScale::Backend::ServiceToken::InvalidServiceId
- Defined in:
- lib/3scale/backend/service_token.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidServiceId
constructor
A new instance of InvalidServiceId.
Constructor Details
#initialize ⇒ InvalidServiceId
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 |