Method: Dip::Commands::DNS::IP#initialize
- Defined in:
- lib/dip/commands/dns.rb
#initialize(name:, net:) ⇒ IP
Returns a new instance of IP.
49 50 51 52 |
# File 'lib/dip/commands/dns.rb', line 49 def initialize(name:, net:) @name = name @net = net end |