Class: CommonCartridge::Elements::Manifest

Inherits:
Object
  • Object
show all
Includes:
SAXMachine
Defined in:
lib/common_cartridge/elements/manifest.rb

Instance Method Summary collapse

Instance Method Details

#organizationObject



24
25
26
# File 'lib/common_cartridge/elements/manifest.rb', line 24

def organization
  organizations.first
end

#organizationsObject



16
17
18
# File 'lib/common_cartridge/elements/manifest.rb', line 16

def organizations
  root_organization.organizations
end

#resourcesObject



20
21
22
# File 'lib/common_cartridge/elements/manifest.rb', line 20

def resources
  root_resource.resources
end