Class: Configuration::SourceStoreBase

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

Direct Known Subclasses

FileSourceStoreBase, S3SourceStoreBase

Instance Method Summary collapse

Methods inherited from Scope

node_parsers, #parse, register_node_parser

Constructor Details

#initialize(global, image_name, path_spec) ⇒ SourceStoreBase

Returns a new instance of SourceStoreBase.



11
12
13
14
15
# File 'lib/httpimagestore/configuration/handler/source_store_base.rb', line 11

def initialize(global, image_name, path_spec)
	with_global_configuration(global)
	with_image_name(image_name)
	with_path_spec(path_spec)
end