class Util::VSAC::VSEmptyError
Error representing a response from the API that had no concepts.
Attributes
oid[R]
Public Class Methods
new(oid)
click to toggle source
Calls superclass method
# File lib/util/vsac_api.rb, line 31 def initialize(oid) super("Value Set (#{oid}) is empty.") @oid = oid end