Class: Bixby::Provision::Inventory

Inherits:
Base
  • Object
show all
Defined in:
lib/bixby/provision/dsl/inventory.rb

Constant Summary collapse

EXPORTS =
[]

Constants inherited from Base

Base::PATH

Instance Attribute Summary

Attributes inherited from Base

#manifest, #proxy

Instance Method Summary collapse

Methods inherited from Base

#get_gid, #get_group, #get_uid, #get_user, #initialize, #tap

Methods included from Util::File

#chmod, #chown, #sha256sum, #which

Constructor Details

This class inherits a constructor from Bixby::Provision::Base

Instance Method Details

#tags(*args) ⇒ Object



9
10
11
# File 'lib/bixby/provision/dsl/inventory.rb', line 9

def tags(*args)
  puts "would register tags: #{args}"
end