Module: DomoscioRails::HTTPCalls::Fetch
- Included in:
- Account, Content, Device, Event, InstanceParameter, KnowledgeEdge, KnowledgeGraph, KnowledgeGraphNode, KnowledgeGraphScale, KnowledgeNode, KnowledgeNodeContent, KnowledgeNodeStudent, KpiLog, LearningProgram, LearningProgramStudent, LearningSession, LearningSessionKnowledgeNode, LearningSessionRecommendation, Objective, ObjectiveKnowledgeNode, ObjectiveKnowledgeNodeStudent, ObjectiveStudent, Question, Recommendation, Role, Role::User, Scale, Student, StudentGroup, StudentGroup::User, StudentGroupUser, Subscription, Supervisor::LearningProgram, Tag, TagEdge, TagSet, Tagging, User, User::Role, User::StudentGroup, User::UserParameter
- Defined in:
- lib/domoscio_rails/http_calls.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
36 37 38 |
# File 'lib/domoscio_rails/http_calls.rb', line 36 def self.included(base) base.extend(ClassMethods) end |