Class: Configuration::SourceStoreBase

Inherits:
HandlerStatement show all
Includes:
ConditionalInclusion, ImageName, PathSpec
Defined in:
lib/httpimagestore/configuration/handler.rb

Direct Known Subclasses

FileSourceStoreBase, S3SourceStoreBase

Instance Attribute Summary

Attributes inherited from HandlerStatement

#config_locals

Instance Method Summary collapse

Methods inherited from HandlerStatement

#config_local, #path_template

Constructor Details

#initialize(global, image_name, matcher, path_spec) ⇒ SourceStoreBase

Returns a new instance of SourceStoreBase.



267
268
269
# File 'lib/httpimagestore/configuration/handler.rb', line 267

def initialize(global, image_name, matcher, path_spec)
	super(global, image_name, path_spec, matcher)
end