Class: JekyllBlocker::Page
- Inherits:
-
Object
- Object
- JekyllBlocker::Page
- Defined in:
- lib/jekyll-blocker/page.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#layout ⇒ Object
Returns the value of attribute layout.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(params) ⇒ Page
constructor
A new instance of Page.
- #save ⇒ Object
Constructor Details
#initialize(params) ⇒ Page
Returns a new instance of Page.
5 6 |
# File 'lib/jekyll-blocker/page.rb', line 5 def initialize(params) end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/jekyll-blocker/page.rb', line 3 def description @description end |
#layout ⇒ Object
Returns the value of attribute layout.
3 4 5 |
# File 'lib/jekyll-blocker/page.rb', line 3 def layout @layout end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/jekyll-blocker/page.rb', line 3 def title @title end |
Instance Method Details
#save ⇒ Object
8 9 |
# File 'lib/jekyll-blocker/page.rb', line 8 def save end |