class Qiniu2Upyun::Config::Upyun
Attributes
bucket[R]
password[R]
username[R]
Public Class Methods
new(options)
click to toggle source
# File lib/qiniu2upyun/config.rb, line 21 def initialize(options) @username = options['username'] @password = options['password'] @bucket = options['bucket'] end