Exception: Util::VSAC::VSACProgramNotFoundError

Inherits:
VSACError
  • Object
show all
Defined in:
lib/util/vsac_api.rb

Overview

Error representing a program not found response from the API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(program) ⇒ VSACProgramNotFoundError

Returns a new instance of VSACProgramNotFoundError.



29
30
31
# File 'lib/util/vsac_api.rb', line 29

def initialize(program)
  super("VSAC Program #{program} does not exist.")
end

Instance Attribute Details

#oidObject (readonly)

Returns the value of attribute oid.



28
29
30
# File 'lib/util/vsac_api.rb', line 28

def oid
  @oid
end