Class: Freenom::Explorer

Inherits:
Object
  • Object
show all
Includes:
Capybara::DSL, Expecting, ExtendedCapybaraDSL
Defined in:
lib/freenom/dns/explorers/explorer.rb

Instance Method Summary collapse

Methods included from ExtendedCapybaraDSL

#text?

Methods included from Expecting

#expecting

Instance Method Details

#runObject

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/freenom/dns/explorers/explorer.rb', line 11

def run
  raise NotImplementedError
end