Class: CommonCartridge::Elements::Resources::WebLink
- Inherits:
-
Object
- Object
- CommonCartridge::Elements::Resources::WebLink
- Includes:
- SAXMachine
- Defined in:
- lib/common_cartridge/elements/resources/web_link.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Returns the value of attribute identifier.
Class Method Summary collapse
Instance Attribute Details
#identifier ⇒ Object
Returns the value of attribute identifier.
5 6 7 |
# File 'lib/common_cartridge/elements/resources/web_link.rb', line 5 def identifier @identifier end |
Class Method Details
.pattern ⇒ Object
19 20 21 |
# File 'lib/common_cartridge/elements/resources/web_link.rb', line 19 def self.pattern /wl/ end |
.type ⇒ Object
15 16 17 |
# File 'lib/common_cartridge/elements/resources/web_link.rb', line 15 def self.type :weblink end |