Class: Octopress::Ink::Assets::Layout

Inherits:
Asset
  • Object
show all
Defined in:
lib/octopress-ink/assets/layout.rb

Constant Summary

Constants inherited from Asset

Asset::FRONT_MATTER

Instance Attribute Summary

Attributes inherited from Asset

#base, #dir, #exists, #file, #plugin, #replacement, #root

Instance Method Summary collapse

Methods inherited from Asset

#add, #asset_info, #content, #copy, #data, #destination, #disable, #disabled?, #ext, #filename, #info, #is_disabled, #path, #payload, #read, #remove_jekyll_asset, #replaced?

Constructor Details

#initialize(plugin, base, file) ⇒ Layout

Returns a new instance of Layout.



6
7
8
9
# File 'lib/octopress-ink/assets/layout.rb', line 6

def initialize(plugin, base, file)
  super
  register
end