Exception: Util::VSAC::VSACProgramNotFoundError
- Defined in:
- lib/util/vsac_api.rb
Overview
Error represnting a program not found response from the API.
Instance Attribute Summary collapse
-
#oid ⇒ Object
readonly
Returns the value of attribute oid.
Instance Method Summary collapse
-
#initialize(program) ⇒ VSACProgramNotFoundError
constructor
A new instance of VSACProgramNotFoundError.
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
#oid ⇒ Object (readonly)
Returns the value of attribute oid.
28 29 30 |
# File 'lib/util/vsac_api.rb', line 28 def oid @oid end |