class Caliper::Entities::Agent::Person

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/caliper/entities/agent/person.rb, line 32
def initialize
  super
  @type = Caliper::Entities::EntityType::PERSON
end