Class: Arrest::Source
- Inherits:
-
Object
- Object
- Arrest::Source
- Defined in:
- lib/arrest/transport/source.rb
Class Attribute Summary collapse
-
.call_logger ⇒ Object
Returns the value of attribute call_logger.
-
.class_loader ⇒ Object
Returns the value of attribute class_loader.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.error_handler ⇒ Object
Returns the value of attribute error_handler.
-
.header_decorator ⇒ Object
Returns the value of attribute header_decorator.
-
.json_key_converter ⇒ Object
Returns the value of attribute json_key_converter.
-
.mod ⇒ Object
Returns the value of attribute mod.
-
.skip_validations ⇒ Object
Returns the value of attribute skip_validations.
-
.source ⇒ Object
Returns the value of attribute source.
Class Method Summary collapse
Class Attribute Details
.call_logger ⇒ Object
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_loader ⇒ Object
Returns the value of attribute class_loader.
15 16 17 |
# File 'lib/arrest/transport/source.rb', line 15 def class_loader @class_loader end |
.debug ⇒ Object
Returns the value of attribute debug.
11 12 13 |
# File 'lib/arrest/transport/source.rb', line 11 def debug @debug end |
.error_handler ⇒ Object
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_decorator ⇒ Object
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_converter ⇒ Object
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 |
.mod ⇒ Object
Returns the value of attribute mod.
13 14 15 |
# File 'lib/arrest/transport/source.rb', line 13 def mod @mod end |
.skip_validations ⇒ Object
Returns the value of attribute skip_validations.
17 18 19 |
# File 'lib/arrest/transport/source.rb', line 17 def skip_validations @skip_validations end |
.source ⇒ Object
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 |