Class: Rig::Command::Dns::Create

Inherits:
Abstract
  • Object
show all
Defined in:
lib/rig/command/dns/create.rb

Instance Method Summary collapse

Methods inherited from Abstract

#instance_list, #print_table

Instance Method Details

#executeObject



11
12
13
# File 'lib/rig/command/dns/create.rb', line 11

def execute
  Rig::Model::Dns.create(name, value)
end