Module: DomoscioRails::HTTPCalls::Util
- Included in:
- Analytic, Content, Export, ExportRequest, GameplayUtil, LearningSession, Lxp, Objective, ObjectiveStudent, RecommendationUtil, ReviewUtil, StatsUtil, Student, StudentGroupUser, Subscription, User
- Defined in:
- lib/domoscio_rails/http_calls.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
64 65 66 |
# File 'lib/domoscio_rails/http_calls.rb', line 64 def self.included(base) base.extend(ClassMethods) end |