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.



23
24
25
# File 'lib/util/vsac_api.rb', line 23

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

Instance Attribute Details

#oidObject (readonly)

Returns the value of attribute oid.



22
23
24
# File 'lib/util/vsac_api.rb', line 22

def oid
  @oid
end