Class: RailsSiteEngine::Content::Page
- Inherits:
-
Struct
- Object
- Struct
- RailsSiteEngine::Content::Page
- Defined in:
- lib/rails_site_engine/content/store.rb
Instance Attribute Summary collapse
-
#body_html ⇒ Object
Returns the value of attribute body_html.
-
#body_markdown ⇒ Object
Returns the value of attribute body_markdown.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lead ⇒ Object
Returns the value of attribute lead.
-
#og_image ⇒ Object
Returns the value of attribute og_image.
-
#path ⇒ Object
Returns the value of attribute path.
-
#sections ⇒ Object
Returns the value of attribute sections.
-
#show_title ⇒ Object
Returns the value of attribute show_title.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#template ⇒ Object
Returns the value of attribute template.
-
#title ⇒ Object
Returns the value of attribute title.
-
#twitter_description ⇒ Object
Returns the value of attribute twitter_description.
-
#twitter_title ⇒ Object
Returns the value of attribute twitter_title.
Instance Attribute Details
#body_html ⇒ Object
Returns the value of attribute body_html
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def body_html @body_html end |
#body_markdown ⇒ Object
Returns the value of attribute body_markdown
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def body_markdown @body_markdown end |
#description ⇒ Object
Returns the value of attribute description
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def description @description end |
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def id @id end |
#lead ⇒ Object
Returns the value of attribute lead
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def lead @lead end |
#og_image ⇒ Object
Returns the value of attribute og_image
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def og_image @og_image end |
#path ⇒ Object
Returns the value of attribute path
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def path @path end |
#sections ⇒ Object
Returns the value of attribute sections
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def sections @sections end |
#show_title ⇒ Object
Returns the value of attribute show_title
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def show_title @show_title end |
#slug ⇒ Object
Returns the value of attribute slug
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def slug @slug end |
#template ⇒ Object
Returns the value of attribute template
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def template @template end |
#title ⇒ Object
Returns the value of attribute title
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def title @title end |
#twitter_description ⇒ Object
Returns the value of attribute twitter_description
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def twitter_description @twitter_description end |
#twitter_title ⇒ Object
Returns the value of attribute twitter_title
8 9 10 |
# File 'lib/rails_site_engine/content/store.rb', line 8 def twitter_title @twitter_title end |