module Namecheap
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/namecheap-ruby.rb, line 12 def config @config end
configure(opts = {})
click to toggle source
# File lib/namecheap-ruby.rb, line 16 def configure(opts = {}) @config = Namecheap::Configuration.new(opts).options end