Module: DomoscioRails::HTTPCalls::Update
- Included in:
- Account, Content, Device, Event, InstanceParameter, KnowledgeEdge, KnowledgeGraph, KnowledgeGraphNode, KnowledgeGraphScale, KnowledgeNode, KnowledgeNodeContent, KnowledgeNodeStudent, LearningProgram, LearningProgramStudent, LearningSession, Objective, ObjectiveKnowledgeNode, ObjectiveKnowledgeNodeStudent, ObjectiveStudent, Question, Scale, Student, StudentGroup, Tag, TagEdge, TagSet, Tagging, User, 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
24 25 26 |
# File 'lib/domoscio_rails/http_calls.rb', line 24 def self.included(base) base.extend(ClassMethods) end |