class Aliyun::CDNConfig

Public Class Methods

default_parameters() click to toggle source
# File lib/aliyun/services/cdn.rb, line 9
def self.default_parameters
  {
    :Format=>"JSON",
    :Version=>"2018-05-10",
    :SignatureMethod=>"HMAC-SHA1",
    :SignatureVersion=>"1.0"
  }
end
endpoint() click to toggle source
# File lib/aliyun/services/cdn.rb, line 6
def self.endpoint
  'https://cdn.aliyuncs.com/'
end
http_method() click to toggle source
Calls superclass method Aliyun::APIConfig::http_method
# File lib/aliyun/services/cdn.rb, line 20
def self.http_method
  super
end
info() click to toggle source
# File lib/aliyun/services/cdn.rb, line 3
def self.info
  "Aliyu CDN Service"
end
separator() click to toggle source
Calls superclass method Aliyun::APIConfig::separator
# File lib/aliyun/services/cdn.rb, line 17
def self.separator
  super
end