Class: Caliper::Entities::LearningObjective

Inherits:
EntityBase show all
Defined in:
lib/caliper/entities/learning_objective.rb

Instance Attribute Summary

Attributes inherited from EntityBase

#dateCreated, #dateModified, #description, #extensions, #name

Attributes inherited from Entity

#context, #id, #type

Instance Method Summary collapse

Methods included from Jsonable

#eql?, #from_json, included, #to_json

Constructor Details

#initializeLearningObjective

Returns a new instance of LearningObjective.



28
29
30
31
# File 'lib/caliper/entities/learning_objective.rb', line 28

def initialize
  super
  @type = Caliper::Entities::EntityType::LEARNING_OBJECTIVE
end