Class: Arrest::Source

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

Class Attribute Summary collapse

Class Attribute Details

.call_loggerObject

Returns the value of attribute call_logger.



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

def call_logger
  @call_logger
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.



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

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.



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

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.



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

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