class Caliper::Entities::LearningObjective

Public Class Methods

new() click to toggle source
Calls superclass method Caliper::Entities::EntityBase::new
# File lib/caliper/entities/learning_objective.rb, line 28
def initialize
  super
  @type = Caliper::Entities::EntityType::LEARNING_OBJECTIVE
end