class Aliyun::DNSConfig
Public Class Methods
default_parameters()
click to toggle source
# File lib/aliyun/services/dns.rb, line 9 def self.default_parameters { :Format=>"JSON", :Version=>"2015-01-09", :SignatureMethod=>"HMAC-SHA1", :SignatureVersion=>"1.0" } end
endpoint()
click to toggle source
# File lib/aliyun/services/dns.rb, line 6 def self.endpoint 'https://dns.aliyuncs.com/' end
http_method()
click to toggle source
Calls superclass method
Aliyun::APIConfig::http_method
# File lib/aliyun/services/dns.rb, line 20 def self.http_method super end
info()
click to toggle source
# File lib/aliyun/services/dns.rb, line 3 def self.info "Aliyun DNS Service" end
separator()
click to toggle source
Calls superclass method
Aliyun::APIConfig::separator
# File lib/aliyun/services/dns.rb, line 17 def self.separator super end