Class: Aliyun::Sms::Configuration
- Inherits:
-
Object
- Object
- Aliyun::Sms::Configuration
- Defined in:
- lib/aliyun/sms.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#access_key_secret ⇒ Object
Returns the value of attribute access_key_secret.
-
#action ⇒ Object
Returns the value of attribute action.
-
#format ⇒ Object
Returns the value of attribute format.
-
#region_id ⇒ Object
Returns the value of attribute region_id.
-
#sign_name ⇒ Object
Returns the value of attribute sign_name.
-
#signature_method ⇒ Object
Returns the value of attribute signature_method.
-
#signature_version ⇒ Object
Returns the value of attribute signature_version.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_id ⇒ Object
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_secret ⇒ Object
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 |
#action ⇒ Object
Returns the value of attribute action.
11 12 13 |
# File 'lib/aliyun/sms.rb', line 11 def action @action end |
#format ⇒ Object
Returns the value of attribute format.
11 12 13 |
# File 'lib/aliyun/sms.rb', line 11 def format @format end |
#region_id ⇒ Object
Returns the value of attribute region_id.
11 12 13 |
# File 'lib/aliyun/sms.rb', line 11 def region_id @region_id end |
#sign_name ⇒ Object
Returns the value of attribute sign_name.
11 12 13 |
# File 'lib/aliyun/sms.rb', line 11 def sign_name @sign_name end |
#signature_method ⇒ Object
Returns the value of attribute signature_method.
11 12 13 |
# File 'lib/aliyun/sms.rb', line 11 def signature_method @signature_method end |
#signature_version ⇒ Object
Returns the value of attribute signature_version.
11 12 13 |
# File 'lib/aliyun/sms.rb', line 11 def signature_version @signature_version end |
#version ⇒ Object
Returns the value of attribute version.
11 12 13 |
# File 'lib/aliyun/sms.rb', line 11 def version @version end |