module Wrike3

Constants

VERSION

Attributes

access_token[RW]
api_host[RW]
api_version[RW]
protocol[RW]

Public Class Methods

config()
Alias for: configure
configure() { |self| ... } click to toggle source
# File lib/wrike3/base.rb, line 94
def configure
  yield self
  true
end
Also aliased as: config