Class: Aliyun::CMSConfig

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

Class Method Summary collapse

Class Method Details

.default_parametersObject



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

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

.endpointObject



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

def self.endpoint
  raise "Service Endpoint Missing! endpoint_url: http://metrics.\%{Region}.aliyuncs.com/"
end

.http_methodObject



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

def self.http_method
  super
end

.infoObject



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

def self.info
  "Aliyu CMS Service"
end

.separatorObject



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

def self.separator
  super
end