Class: Caliper::Entities::LearningObjective
- Inherits:
-
EntityBase
- Object
- Entity
- EntityBase
- Caliper::Entities::LearningObjective
- Defined in:
- lib/caliper/entities/learning_objective.rb
Instance Attribute Summary
Attributes inherited from EntityBase
#dateCreated, #dateModified, #description, #extensions, #name
Attributes inherited from Entity
Instance Method Summary collapse
-
#initialize ⇒ LearningObjective
constructor
A new instance of LearningObjective.
Methods included from Jsonable
#eql?, #from_json, included, #to_json
Constructor Details
#initialize ⇒ LearningObjective
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 |