Class: HammerCLIForeman::Interface::ListCommand

Inherits:
ListCommand
  • Object
show all
Defined in:
lib/hammer_cli_foreman/interface.rb

Instance Method Summary collapse

Instance Method Details

#extend_data(nic) ⇒ Object



31
32
33
34
# File 'lib/hammer_cli_foreman/interface.rb', line 31

def extend_data(nic)
  nic['_type'] = HammerCLIForeman::Interface.format_type(nic)
  nic
end