Method: Lookbook::PageSectionEntity#initialize

Defined in:
lib/lookbook/entities/page_section_entity.rb

#initialize(file_path) ⇒ PageSectionEntity

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of PageSectionEntity.



9
10
11
12
13
# File 'lib/lookbook/entities/page_section_entity.rb', line 9

def initialize(file_path)
  @file_path = Pathname(file_path)
  @parent = nil
  super
end