Exception: Script::Layers::Infrastructure::Errors::ScriptRepushError
- Inherits:
-
ScriptProjectError
- Object
- StandardError
- ScriptProjectError
- Script::Layers::Infrastructure::Errors::ScriptRepushError
- Defined in:
- lib/project_types/script/layers/infrastructure/errors.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
readonly
Returns the value of attribute api_key.
Instance Method Summary collapse
-
#initialize(api_key) ⇒ ScriptRepushError
constructor
A new instance of ScriptRepushError.
Constructor Details
#initialize(api_key) ⇒ ScriptRepushError
Returns a new instance of ScriptRepushError.
23 24 25 26 |
# File 'lib/project_types/script/layers/infrastructure/errors.rb', line 23 def initialize(api_key) super() @api_key = api_key end |
Instance Attribute Details
#api_key ⇒ Object (readonly)
Returns the value of attribute api_key.
22 23 24 |
# File 'lib/project_types/script/layers/infrastructure/errors.rb', line 22 def api_key @api_key end |