class Csb::Configuration

Attributes

after_streaming_error[RW]
ignore_class_names[RW]
streaming[RW]
utf8_bom[RW]

Public Class Methods

new() click to toggle source
# File lib/csb/configuration.rb, line 5
def initialize
  @utf8_bom = false
  @streaming = true
  @ignore_class_names = %w[Puma::ConnectionError]
end