module Evertils

Public Class Methods

host() click to toggle source

@since 0.3.0

# File lib/evertils/common.rb, line 54
def self.host
  'www.evernote.com'
end
is_test?() click to toggle source

@since 0.3.0

# File lib/evertils/common.rb, line 60
def self.is_test?
  false
end
token() click to toggle source

@since 0.3.0

# File lib/evertils/common.rb, line 48
def self.token
  ENV['EVERTILS_TOKEN']
end