Exception: DNSer::Template::Unknown

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/dnser/template.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ Unknown

Returns a new instance of Unknown.



20
21
22
# File 'lib/dnser/template.rb', line 20

def initialize name
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



19
20
21
# File 'lib/dnser/template.rb', line 19

def name
  @name
end