class HammerCLIForeman::Interface::ListCommand

Public Instance Methods

extend_data(nic) click to toggle source
# File lib/hammer_cli_foreman/interface.rb, line 31
def extend_data(nic)
  nic['_type'] = HammerCLIForeman::Interface.format_type(nic)
  nic
end