Class: JekyllBlocker::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/jekyll-blocker/page.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/jekyll-blocker/page.rb', line 3

def description
  @description
end

#layoutObject

Returns the value of attribute layout.



3
4
5
# File 'lib/jekyll-blocker/page.rb', line 3

def layout
  @layout
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/jekyll-blocker/page.rb', line 3

def title
  @title
end

Instance Method Details

#saveObject



8
9
# File 'lib/jekyll-blocker/page.rb', line 8

def save
end