class SalesforceStreamer::MissingCLIFlagError
Public Class Methods
new(flag)
click to toggle source
Calls superclass method
# File lib/salesforce_streamer/errors.rb, line 5 def initialize(flag) super "Missing required command line flag: #{flag}" end