Exception: Script::Errors::NoExistingStoresError
- Inherits:
-
ScriptProjectError
- Object
- StandardError
- ScriptProjectError
- Script::Errors::NoExistingStoresError
- Defined in:
- lib/project_types/script/errors.rb
Instance Attribute Summary collapse
-
#organization_id ⇒ Object
readonly
Returns the value of attribute organization_id.
Instance Method Summary collapse
-
#initialize(organization_id) ⇒ NoExistingStoresError
constructor
A new instance of NoExistingStoresError.
Constructor Details
#initialize(organization_id) ⇒ NoExistingStoresError
Returns a new instance of NoExistingStoresError.
11 12 13 14 |
# File 'lib/project_types/script/errors.rb', line 11 def initialize(organization_id) super() @organization_id = organization_id end |
Instance Attribute Details
#organization_id ⇒ Object (readonly)
Returns the value of attribute organization_id.
10 11 12 |
# File 'lib/project_types/script/errors.rb', line 10 def organization_id @organization_id end |