Class: Arrest::Source

Inherits:
Object
  • Object
show all
Defined in:
lib/arrest/transport/source.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.call_loggerObject

Returns the value of attribute call_logger.



19
20
21
# File 'lib/arrest/transport/source.rb', line 19

def call_logger
  @call_logger
end

.class_loaderObject

Returns the value of attribute class_loader.



15
16
17
# File 'lib/arrest/transport/source.rb', line 15

def class_loader
  @class_loader
end

.debugObject

Returns the value of attribute debug.



11
12
13
# File 'lib/arrest/transport/source.rb', line 11

def debug
  @debug
end

.error_handlerObject

Returns the value of attribute error_handler.



18
19
20
# File 'lib/arrest/transport/source.rb', line 18

def error_handler
  @error_handler
end

.header_decoratorObject

Returns the value of attribute header_decorator.



14
15
16
# File 'lib/arrest/transport/source.rb', line 14

def header_decorator
  @header_decorator
end

.json_key_converterObject

Returns the value of attribute json_key_converter.



16
17
18
# File 'lib/arrest/transport/source.rb', line 16

def json_key_converter
  @json_key_converter
end

.modObject

Returns the value of attribute mod.



13
14
15
# File 'lib/arrest/transport/source.rb', line 13

def mod
  @mod
end

.skip_validationsObject

Returns the value of attribute skip_validations.



17
18
19
# File 'lib/arrest/transport/source.rb', line 17

def skip_validations
  @skip_validations
end

.sourceObject

Returns the value of attribute source.



12
13
14
# File 'lib/arrest/transport/source.rb', line 12

def source
  @source
end

Class Method Details

.load_class_from_symbol(sym) ⇒ Object



43
44
45
# File 'lib/arrest/transport/source.rb', line 43

def load_class_from_symbol(sym)
  self.class_loader.load(sym)
end