class Jekyll::Gensocial::ImageCreator::BackgroundLayerConfig

Attributes

path[R]

Public Class Methods

new(hash, base_path:) click to toggle source
# File lib/jekyll-gensocial/image_creator/background_layer_config.rb, line 9
def initialize(hash, base_path:)
  @path = File.join(base_path, hash["path"]) unless hash["path"].nil?
end