module Devtunnel

Constants

VERSION

Public Class Methods

api_key() click to toggle source
# File lib/devtunnel.rb, line 16
def self.api_key
        @api_key
end
api_key=(api_key) click to toggle source
# File lib/devtunnel.rb, line 13
def self.api_key=(api_key)
        @api_key = api_key
end
api_url() click to toggle source
# File lib/devtunnel.rb, line 22
def self.api_url
        @api_url
end
api_url=(api_url) click to toggle source
# File lib/devtunnel.rb, line 19
def self.api_url=(api_url)
        @api_url = api_url
end