Class: ZerigoDNS::Config
- Inherits:
-
Object
- Object
- ZerigoDNS::Config
- Defined in:
- lib/zerigodns/config.rb
Constant Summary collapse
- BASE_ATTRIBUTES =
%w(api_key site secure user password)
Instance Attribute Summary collapse
-
#api_key ⇒ String
The Api key generated by Zerigo DNS.
-
#secure ⇒ Boolean
Whether to use HTTPS.
-
#user ⇒ String
Your e-mail address.
Instance Attribute Details
#api_key ⇒ String
The Api key generated by Zerigo DNS
5 6 7 |
# File 'lib/zerigodns/config.rb', line 5 def api_key @api_key end |
#secure ⇒ Boolean
Whether to use HTTPS
5 6 7 |
# File 'lib/zerigodns/config.rb', line 5 def secure @secure end |
#user ⇒ String
Your e-mail address
5 6 7 |
# File 'lib/zerigodns/config.rb', line 5 def user @user end |