Exception: PhraseAppUpdater::PhraseAppAPI::ProjectNotFoundError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- PhraseAppUpdater::PhraseAppAPI::ProjectNotFoundError
- Defined in:
- lib/phraseapp_updater/phraseapp_api.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ ProjectNotFoundError
constructor
A new instance of ProjectNotFoundError.
Constructor Details
#initialize(name) ⇒ ProjectNotFoundError
260 261 262 263 |
# File 'lib/phraseapp_updater/phraseapp_api.rb', line 260 def initialize(name) @name = name super("Project '#{name}' not found") end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
258 259 260 |
# File 'lib/phraseapp_updater/phraseapp_api.rb', line 258 def name @name end |