Module: ConfCtl::Swpins

Defined in:
lib/confctl/swpins.rb

Defined Under Namespace

Modules: Spec, Specs Classes: ChangeSet, Channel, ChannelList, ClusterName, ClusterNameList, Core, DeployedInfo

Class Method Summary collapse

Class Method Details

.channel_dirObject



7
8
9
# File 'lib/confctl/swpins.rb', line 7

def self.channel_dir
  File.join(ConfDir.path, 'swpins/channels')
end

.cluster_dirObject



11
12
13
# File 'lib/confctl/swpins.rb', line 11

def self.cluster_dir
  File.join(ConfDir.path, 'swpins/cluster')
end

.core_dirObject



3
4
5
# File 'lib/confctl/swpins.rb', line 3

def self.core_dir
  File.join(ConfDir.path, 'swpins')
end