module DomoscioRails::HTTPCalls::Raw
Raw
module allow calls not to be scoped by instance
Public Class Methods
Source
# File lib/domoscio_rails/http_calls.rb, line 81 def self.included(base) base.extend(ClassMethods) end
Raw
module allow calls not to be scoped by instance
# File lib/domoscio_rails/http_calls.rb, line 81 def self.included(base) base.extend(ClassMethods) end