module Touggsl

Main module, there is only one method used to set your URL.

For exemplo, given that name of your account in Superlogica is “my-company” probably your URL is some thing like: my-company.superlogica.net/financeiro/atual/

Constants

VERSION

Attributes

uri[RW]

Public Class Methods

get_uri() click to toggle source
# File lib/touggsl.rb, line 19
def self.get_uri
  @uri
end
set_uri(uri) click to toggle source
# File lib/touggsl.rb, line 15
def self.set_uri(uri)
  @uri = uri
end