Class: CommonCartridge::Elements::Resources::Page

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#identifierObject

Returns the value of attribute identifier.



5
6
7
# File 'lib/common_cartridge/elements/resources/page.rb', line 5

def identifier
  @identifier
end

#identifierrefObject

Returns the value of attribute identifierref.



5
6
7
# File 'lib/common_cartridge/elements/resources/page.rb', line 5

def identifierref
  @identifierref
end

Class Method Details

.patternObject



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

def self.pattern
  /webcontent/
end

.typeObject



12
13
14
# File 'lib/common_cartridge/elements/resources/page.rb', line 12

def self.type
  :page
end