module Pcloud
Constants
- BASE_URL
- VERSION
Attributes
logger[W]
Public Class Methods
client()
click to toggle source
# File lib/pcloud.rb, line 15 def client @client ||= Pcloud::Client.new end
logger()
click to toggle source
# File lib/pcloud.rb, line 19 def logger @logger ||= begin log = Logger.new($stdout) log.level = Logger::INFO log end end