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