Class: Aliyun::Sms::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



14
15
16
17
18
19
20
21
22
23
24
# File 'lib/aliyun/sms.rb', line 14

def initialize
  @access_key_secret = ''
  @access_key_id = ''
  @action = ''
  @format = ''
  @region_id = ''
  @sign_name = ''
  @signature_method = ''
  @signature_version = ''
  @version = ''
end

Instance Attribute Details

#access_key_idObject

Returns the value of attribute access_key_id.



11
12
13
# File 'lib/aliyun/sms.rb', line 11

def access_key_id
  @access_key_id
end

#access_key_secretObject

Returns the value of attribute access_key_secret.



11
12
13
# File 'lib/aliyun/sms.rb', line 11

def access_key_secret
  @access_key_secret
end

#actionObject

Returns the value of attribute action.



11
12
13
# File 'lib/aliyun/sms.rb', line 11

def action
  @action
end

#formatObject

Returns the value of attribute format.



11
12
13
# File 'lib/aliyun/sms.rb', line 11

def format
  @format
end

#region_idObject

Returns the value of attribute region_id.



11
12
13
# File 'lib/aliyun/sms.rb', line 11

def region_id
  @region_id
end

#sign_nameObject

Returns the value of attribute sign_name.



11
12
13
# File 'lib/aliyun/sms.rb', line 11

def sign_name
  @sign_name
end

#signature_methodObject

Returns the value of attribute signature_method.



11
12
13
# File 'lib/aliyun/sms.rb', line 11

def signature_method
  @signature_method
end

#signature_versionObject

Returns the value of attribute signature_version.



11
12
13
# File 'lib/aliyun/sms.rb', line 11

def signature_version
  @signature_version
end

#versionObject

Returns the value of attribute version.



11
12
13
# File 'lib/aliyun/sms.rb', line 11

def version
  @version
end