class Querly::Preprocessor::Error

Attributes

command[R]
status[R]

Public Class Methods

new(command:, status:) click to toggle source
# File lib/querly/preprocessor.rb, line 7
def initialize(command:, status:)
  @command = command
  @status = status
end