Exception: PhraseAppUpdater::PhraseAppAPI::ProjectNotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/phraseapp_updater/phraseapp_api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#nameObject (readonly)

Returns the value of attribute name.



258
259
260
# File 'lib/phraseapp_updater/phraseapp_api.rb', line 258

def name
  @name
end