class Txyun::Sms::Configuration

Attributes

appkey[RW]
ext[RW]
extend_code[RW]
nationcode[RW]
sdkappid[RW]
sign[RW]
time[RW]

Public Class Methods

new() click to toggle source
# File lib/txyun/sms.rb, line 8
def initialize
  @nationcode = ''
  @sign = ''
  @time = ''
  @extend_code = ''
  @ext = ''
  @appkey = ''
  @sdkappid = ''
end