class Insights::API::Common::RequestNotSet

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/insights/api/common/request.rb, line 5
def initialize
  super("Current request has not been set")
end