Sha256: 8c4e006d3fd5eabfc7099c62551f1b7ccc523cc6415d009460860e8e64806589
Contents?: true
Size: 250 Bytes
Versions: 4
Compression:
Stored size: 250 Bytes
Contents
# # # A class for node services or node tags. # # module LeapCli; module Config class Tag < Object attr_reader :node_list def initialize(manager=nil) super(manager) @node_list = Config::ObjectList.new end end end; end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
leap_cli-1.5.6 | lib/leap_cli/config/tag.rb |
leap_cli-1.5.1 | lib/leap_cli/config/tag.rb |
leap_cli-1.5.0 | lib/leap_cli/config/tag.rb |
leap_cli-1.2.5 | lib/leap_cli/config/tag.rb |