module GlobodnsClient

Constants

VERSION

Public Instance Methods

schedule_export() click to toggle source
# File lib/globodns_client/connection.rb, line 211
def schedule_export
  response = request('post', 'export', nil)
end