Class: Caliper::Entities::LIS::Group

Inherits:
EntityBase show all
Includes:
W3C::Organization
Defined in:
lib/caliper/entities/lis/group.rb

Instance Attribute Summary collapse

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

#initializeGroup

Returns a new instance of Group.



33
34
35
36
37
# File 'lib/caliper/entities/lis/group.rb', line 33

def initialize
  super
  @type = Caliper::Entities::EntityType::GROUP
  @subOrganizationOf = nil
end

Instance Attribute Details

#subOrganizationOfObject

Returns the value of attribute subOrganizationOf.



31
32
33
# File 'lib/caliper/entities/lis/group.rb', line 31

def subOrganizationOf
  @subOrganizationOf
end