Class: Jekyll::Geolexica::ConceptPage::TBX
Instance Attribute Summary
#concept
Instance Method Summary
collapse
#initialize, #termid, #type
Instance Method Details
#collection_name ⇒ Object
132
133
134
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 132
def collection_name
"concepts_tbx"
end
|
#layout ⇒ Object
136
137
138
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 136
def layout
"concept.tbx.xml"
end
|
#page_name ⇒ Object
128
129
130
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 128
def page_name
"#{termid}.tbx.xml"
end
|
#permalink ⇒ Object
144
145
146
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 144
def permalink
"/api/concepts/#{termid}.tbx.xml"
end
|
#uses_liquid ⇒ Object
140
141
142
|
# File 'lib/jekyll/geolexica/concept_page.rb', line 140
def uses_liquid
true
end
|