module Lockme::Test

Mixin providing a method to test API connection

Public Instance Methods

test() click to toggle source
# File lib/lockme/test.rb, line 7
def test
  Lockme::SignedRequest.perform('get', '/test')
end