class Caliper::Entities::LIS::Group

Attributes

subOrganizationOf[RW]

Public Class Methods

new() click to toggle source
Calls superclass method Caliper::Entities::EntityBase::new
# File lib/caliper/entities/lis/group.rb, line 33
def initialize
  super
  @type = Caliper::Entities::EntityType::GROUP
  @subOrganizationOf = nil
end