Class: Dnsmadeeasy_verify::Configuration
- Inherits:
-
Object
- Object
- Dnsmadeeasy_verify::Configuration
- Defined in:
- lib/dnsmadeeasy_verify.rb
Instance Attribute Summary collapse
-
#dnsmadeeasy_api_key ⇒ Object
Returns the value of attribute dnsmadeeasy_api_key.
-
#dnsmadeeasy_api_secret ⇒ Object
Returns the value of attribute dnsmadeeasy_api_secret.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
54 55 56 57 |
# File 'lib/dnsmadeeasy_verify.rb', line 54 def initialize @dnsmadeeasy_api_key = '' @dnsmadeeasy_api_secret = '' end |
Instance Attribute Details
#dnsmadeeasy_api_key ⇒ Object
Returns the value of attribute dnsmadeeasy_api_key.
51 52 53 |
# File 'lib/dnsmadeeasy_verify.rb', line 51 def dnsmadeeasy_api_key @dnsmadeeasy_api_key end |
#dnsmadeeasy_api_secret ⇒ Object
Returns the value of attribute dnsmadeeasy_api_secret.
52 53 54 |
# File 'lib/dnsmadeeasy_verify.rb', line 52 def dnsmadeeasy_api_secret @dnsmadeeasy_api_secret end |