Method: AtechDocs::Page#initialize

Defined in:
lib/atech_docs/page.rb

#initialize(path, raw) ⇒ Page

Returns a new instance of Page.



9
10
11
12
13
14
# File 'lib/atech_docs/page.rb', line 9

def initialize(path, raw)
  @path = path
  @content = raw
  @options = Hash.new
  set_options
end