Method: Specinfra::Command::Linux::Base::Inventory.get_system_product_name

Defined in:
lib/specinfra/command/linux/base/inventory.rb

.get_system_product_nameObject

[View source]

36
37
38
# File 'lib/specinfra/command/linux/base/inventory.rb', line 36

def get_system_product_name
  "dmidecode -s system-product-name"
end