Class: Txyun::Sms::Configuration
- Inherits:
-
Object
- Object
- Txyun::Sms::Configuration
- Defined in:
- lib/txyun/sms.rb
Instance Attribute Summary collapse
-
#appkey ⇒ Object
Returns the value of attribute appkey.
-
#ext ⇒ Object
Returns the value of attribute ext.
-
#extend_code ⇒ Object
Returns the value of attribute extend_code.
-
#nationcode ⇒ Object
Returns the value of attribute nationcode.
-
#sdkappid ⇒ Object
Returns the value of attribute sdkappid.
-
#sign ⇒ Object
Returns the value of attribute sign.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 11 12 13 14 15 16 |
# File 'lib/txyun/sms.rb', line 8 def initialize @nationcode = '' @sign = '' @time = '' @extend_code = '' @ext = '' @appkey = '' @sdkappid = '' end |
Instance Attribute Details
#appkey ⇒ Object
Returns the value of attribute appkey.
6 7 8 |
# File 'lib/txyun/sms.rb', line 6 def appkey @appkey end |
#ext ⇒ Object
Returns the value of attribute ext.
6 7 8 |
# File 'lib/txyun/sms.rb', line 6 def ext @ext end |
#extend_code ⇒ Object
Returns the value of attribute extend_code.
6 7 8 |
# File 'lib/txyun/sms.rb', line 6 def extend_code @extend_code end |
#nationcode ⇒ Object
Returns the value of attribute nationcode.
6 7 8 |
# File 'lib/txyun/sms.rb', line 6 def nationcode @nationcode end |
#sdkappid ⇒ Object
Returns the value of attribute sdkappid.
6 7 8 |
# File 'lib/txyun/sms.rb', line 6 def sdkappid @sdkappid end |
#sign ⇒ Object
Returns the value of attribute sign.
6 7 8 |
# File 'lib/txyun/sms.rb', line 6 def sign @sign end |
#time ⇒ Object
Returns the value of attribute time.
6 7 8 |
# File 'lib/txyun/sms.rb', line 6 def time @time end |