Module: DomoscioRails::HTTPCalls::Util

Included in:
Analytic, Content, GameplayUtil, LearningSession, Lxp, Objective, ObjectiveStudent, RecommendationUtil, ReviewUtil, StatsUtil, Subscription
Defined in:
lib/domoscio_rails/http_calls.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



75
76
77
# File 'lib/domoscio_rails/http_calls.rb', line 75

def self.included(base)
  base.extend(ClassMethods)
end