Class: Spina::Theme::NewPageTemplate

Inherits:
Struct
  • Object
show all
Defined in:
lib/spina/theme.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/spina/theme.rb', line 5

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/spina/theme.rb', line 5

def name
  @name
end

Returns the value of attribute recommended

Returns:

  • (Object)

    the current value of recommended



5
6
7
# File 'lib/spina/theme.rb', line 5

def recommended
  @recommended
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'lib/spina/theme.rb', line 5

def title
  @title
end