Sha256: 9402f8b6ce4a81fe7ff3063a299206f7e7fc6bffa3429cab530d451e9f859c60
Contents?: true
Size: 200 Bytes
Versions: 2
Compression:
Stored size: 200 Bytes
Contents
module EasyWeibo class Configuration attr_accessor :app_key, :app_secret, :redirect_uri def initialize @app_key = "" @app_secret = "" @redirect_uri = "" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
easy_weibo-0.1.1 | lib/easy_weibo/configuration.rb |
easy_weibo-0.1.0 | lib/easy_weibo/configuration.rb |