module DomoscioRails::HTTPCalls::Raw

Raw module allow calls not to be scoped by instance

Public Class Methods

included(base) click to toggle source
# File lib/domoscio_rails/http_calls.rb, line 81
def self.included(base)
  base.extend(ClassMethods)
end