class Jekyll::Geolexica::Glossary::Concept
Attributes
data[R]
pages[R]
TODO Maybe some kind of Struct instead of Hash.
Public Class Methods
new(data)
click to toggle source
# File lib/jekyll/geolexica/glossary.rb, line 78 def initialize(data) @data = data @pages = LiquidCompatibleHash.new end
Public Instance Methods
termid()
click to toggle source
# File lib/jekyll/geolexica/glossary.rb, line 83 def termid data["termid"] end