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

Returns a new instance of Configuration.



53
54
55
56
# File 'lib/dnsmadeeasy_verify.rb', line 53

def initialize
  @dnsmadeeasy_api_key = ''
  @dnsmadeeasy_api_secret = ''
end

Instance Attribute Details

#dnsmadeeasy_api_keyObject

Returns the value of attribute dnsmadeeasy_api_key.



50
51
52
# File 'lib/dnsmadeeasy_verify.rb', line 50

def dnsmadeeasy_api_key
  @dnsmadeeasy_api_key
end

#dnsmadeeasy_api_secretObject

Returns the value of attribute dnsmadeeasy_api_secret.



51
52
53
# File 'lib/dnsmadeeasy_verify.rb', line 51

def dnsmadeeasy_api_secret
  @dnsmadeeasy_api_secret
end