Class: Dnsmadeeasy_verify::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/dnsmadeeasy_verify.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration



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_keyObject

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_secretObject

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