class SharefileConnect::Config

Attributes

domain[RW]
sharefile_key[RW]
sharefile_secret[RW]
sharefile_user[RW]
sharefile_user_pass[RW]

Public Class Methods

new(sharefile_key, sharefile_secret, sharefile_user, sharefile_user_pass, domain) click to toggle source
# File lib/sharefile_connect/config.rb, line 4
def initialize(sharefile_key, sharefile_secret, sharefile_user, sharefile_user_pass, domain)
  @sharefile_key, @sharefile_secret, @sharefile_user, @sharefile_user_pass, @domain = sharefile_key, sharefile_secret, sharefile_user, sharefile_user_pass, domain
end