Class: Aliyun::CDNConfig

Inherits:
APIConfig show all
Defined in:
lib/aliyun/services/cdn.rb

Class Method Summary collapse

Class Method Details

.default_parametersObject



9
10
11
12
13
14
15
16
# File 'lib/aliyun/services/cdn.rb', line 9

def self.default_parameters
  {
    :Format=>"JSON",
    :Version=>"2014-11-11",
    :SignatureMethod=>"HMAC-SHA1",
    :SignatureVersion=>"1.0"
  }
end

.endpointObject



6
7
8
# File 'lib/aliyun/services/cdn.rb', line 6

def self.endpoint
  'https://cdn.aliyuncs.com/'
end

.http_methodObject



20
21
22
# File 'lib/aliyun/services/cdn.rb', line 20

def self.http_method
  super
end

.infoObject



3
4
5
# File 'lib/aliyun/services/cdn.rb', line 3

def self.info
  "Aliyu CDN Service"
end

.separatorObject



17
18
19
# File 'lib/aliyun/services/cdn.rb', line 17

def self.separator
  super
end