Class: Jekyll::Geolexica::ConceptPage::Turtle
Instance Attribute Summary
#concept
Instance Method Summary
collapse
#initialize, #termid, #type
Instance Method Details
#collection_name ⇒ Object
110
111
112
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 110
def collection_name
"concepts_ttl"
end
|
#layout ⇒ Object
114
115
116
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 114
def layout
"concept.ttl"
end
|
#page_name ⇒ Object
106
107
108
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 106
def page_name
"#{termid}.ttl"
end
|
#permalink ⇒ Object
122
123
124
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 122
def permalink
"/api/concepts/#{termid}.ttl"
end
|
#uses_liquid ⇒ Object
118
119
120
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 118
def uses_liquid
true
end
|