Class: Aliyun::APIConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/aliyun/base.rb

Class Method Summary collapse

Class Method Details

.default_parametersObject



9
10
11
# File 'lib/aliyun/base.rb', line 9

def self.default_parameters
  raise "Service Default Parameters Missing!"
end

.endpointObject



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

def self.endpoint
  raise "Service Endpoint Missing!"
end

.http_methodObject



15
16
17
# File 'lib/aliyun/base.rb', line 15

def self.http_method
  "GET"
end

.infoObject



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

def self.info
  raise "Service Name Missing!"
end

.separatorObject



12
13
14
# File 'lib/aliyun/base.rb', line 12

def self.separator
  "&"
end