Module: DomoscioRails::HTTPCalls::Raw
- Included in:
- Lxp
- Defined in:
- lib/domoscio_rails/http_calls.rb
Overview
Raw module allow calls not to be scoped by instance
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
81 82 83 |
# File 'lib/domoscio_rails/http_calls.rb', line 81 def self.included(base) base.extend(ClassMethods) end |