Module: Ucenter::Config

Defined in:
lib/ucenter/config.rb

Class Method Summary collapse

Class Method Details

.app_idObject



24
25
26
# File 'lib/ucenter/config.rb', line 24

def self.app_id
  @@app_id
end

.app_id=(val) ⇒ Object



20
21
22
# File 'lib/ucenter/config.rb', line 20

def self.app_id=(val)
  @@app_id = val
end

.uc_apiObject



32
33
34
# File 'lib/ucenter/config.rb', line 32

def self.uc_api
  @@uc_api
end

.uc_api=(val) ⇒ Object



28
29
30
# File 'lib/ucenter/config.rb', line 28

def self.uc_api=(val)
  @@uc_api = val
end

.uc_charsetObject



40
41
42
# File 'lib/ucenter/config.rb', line 40

def self.uc_charset
  @@uc_charset
end

.uc_charset=(val) ⇒ Object



36
37
38
# File 'lib/ucenter/config.rb', line 36

def self.uc_charset=(val)
  @@uc_charset = val
end

.uc_connectObject



8
9
10
# File 'lib/ucenter/config.rb', line 8

def self.uc_connect
  @@uc_connect
end

.uc_connect=(val) ⇒ Object



4
5
6
# File 'lib/ucenter/config.rb', line 4

def self.uc_connect=(val)
  @@uc_connect = val
end

.uc_dbcharsetObject



96
97
98
# File 'lib/ucenter/config.rb', line 96

def self.uc_dbcharset
  @@uc_dbcharset
end

.uc_dbcharset=(val) ⇒ Object



92
93
94
# File 'lib/ucenter/config.rb', line 92

def self.uc_dbcharset=(val)
  @@uc_dbcharset = val
end

.uc_dbconnectObject



112
113
114
# File 'lib/ucenter/config.rb', line 112

def self.uc_dbconnect
  @@uc_dbconnect
end

.uc_dbconnect=(val) ⇒ Object



108
109
110
# File 'lib/ucenter/config.rb', line 108

def self.uc_dbconnect=(val)
  @@uc_dbconnect = val
end

.uc_dbhostObject



64
65
66
# File 'lib/ucenter/config.rb', line 64

def self.uc_dbhost
  @@uc_dbhost
end

.uc_dbhost=(val) ⇒ Object



60
61
62
# File 'lib/ucenter/config.rb', line 60

def self.uc_dbhost=(val)
  @@uc_dbhost = val
end

.uc_dbnameObject



88
89
90
# File 'lib/ucenter/config.rb', line 88

def self.uc_dbname
  @@uc_dbname
end

.uc_dbname=(val) ⇒ Object



84
85
86
# File 'lib/ucenter/config.rb', line 84

def self.uc_dbname=(val)
  @@uc_dbname = val
end

.uc_dbpwObject



80
81
82
# File 'lib/ucenter/config.rb', line 80

def self.uc_dbpw
  @@uc_dbpw
end

.uc_dbpw=(val) ⇒ Object



76
77
78
# File 'lib/ucenter/config.rb', line 76

def self.uc_dbpw=(val)
  @@uc_dbpw = val
end

.uc_dbtablepreObject



104
105
106
# File 'lib/ucenter/config.rb', line 104

def self.uc_dbtablepre
  @@uc_dbtablepre
end

.uc_dbtablepre=(val) ⇒ Object



100
101
102
# File 'lib/ucenter/config.rb', line 100

def self.uc_dbtablepre=(val)
  @@uc_dbtablepre = val
end

.uc_dbuserObject



72
73
74
# File 'lib/ucenter/config.rb', line 72

def self.uc_dbuser
  @@uc_dbuser
end

.uc_dbuser=(val) ⇒ Object



68
69
70
# File 'lib/ucenter/config.rb', line 68

def self.uc_dbuser=(val)
  @@uc_dbuser = val
end

.uc_ipObject



48
49
50
# File 'lib/ucenter/config.rb', line 48

def self.uc_ip
  @@uc_ip
end

.uc_ip=(val) ⇒ Object



44
45
46
# File 'lib/ucenter/config.rb', line 44

def self.uc_ip=(val)
  @@uc_ip = val
end

.uc_keyObject



16
17
18
# File 'lib/ucenter/config.rb', line 16

def self.uc_key
  @@uc_key
end

.uc_key=(val) ⇒ Object



12
13
14
# File 'lib/ucenter/config.rb', line 12

def self.uc_key=(val)
  @@uc_key = val
end

.uc_pppObject



56
57
58
# File 'lib/ucenter/config.rb', line 56

def self.uc_ppp
  @@uc_ppp
end

.uc_ppp=(val) ⇒ Object



52
53
54
# File 'lib/ucenter/config.rb', line 52

def self.uc_ppp=(val)
  @@uc_ppp = val
end