Module: Namecheap
- Extended by:
- Namecheap
- Included in:
- Namecheap
- Defined in:
- lib/namecheap.rb,
lib/namecheap/api.rb,
lib/namecheap/config.rb,
lib/namecheap/domains.rb,
lib/namecheap/version.rb
Defined Under Namespace
Modules: Config Classes: Api, Domains
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Method Summary collapse
-
#configure ⇒ Config
(also: #config)
Sets the Mongoid configuration options.
Instance Method Details
#configure ⇒ Config Also known as: config
Sets the Mongoid configuration options. Best used by passing a block.
21 22 23 |
# File 'lib/namecheap.rb', line 21 def configure block_given? ? yield(Config) : Config end |