Class: Bixby::Provision::Inventory
- Defined in:
- lib/bixby/provision/dsl/inventory.rb
Constant Summary collapse
- EXPORTS =
[]
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
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 (*args) puts "would register tags: #{args}" end |