module Joplin

Constants

VERSION

Attributes

token[RW]

Public Class Methods

token() click to toggle source
# File lib/joplin.rb, line 20
def self.token
  @@token
end
token=(token) click to toggle source
# File lib/joplin.rb, line 9
def self.token= token
  @@token = token
end
uri() click to toggle source
# File lib/joplin.rb, line 28
def self.uri
  @@uri
end
uri=(uri) click to toggle source
# File lib/joplin.rb, line 24
def self.uri= uri
  @@uri = uri
end