Class: RailsSiteEngine::Content::Page

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_site_engine/content/store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_html ⇒ Object

Returns the value of attribute body_html

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of twitter_title



8
9
10
# File 'lib/rails_site_engine/content/store.rb', line 8

def twitter_title
  @twitter_title
end