ruby_superlogica 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36653725c599e2a1aa7becedd0cc415605c4170b
4
- data.tar.gz: 05dab678feff1709a619ade8d24ff2c1f27fc68a
3
+ metadata.gz: 767bc812c98e61082cf1855a7b8b9dc55c57d764
4
+ data.tar.gz: 5fc727fb2d38bf19367e885e05bc28e38c1f589a
5
5
  SHA512:
6
- metadata.gz: d3460f3a7438418d512a1e588871e5b304982f6b5a3296196003fffea6446d801150890737aa4941b358264071013e9f3d578c34aa222cd7e7e941c1bc39480a
7
- data.tar.gz: 4e6535c57f379dfa00d71a7eaa5c8a63f38770fe8127e26ff4837d7f849712b95078515c7a581ac7fb1986de83ebedd84ab927bd86bff1b1b9196418a81e8610
6
+ metadata.gz: 2fb440b99e16d834e10ce4cc4f4349080ef9198317d0ad652a9dd7a16df94ed96550df7aad42085995bcde167e3475da66527b80926ecffbc9df488c577bab18
7
+ data.tar.gz: 3f95fc1a8f9d2b2275f07f859f93d5e84e1126d5721f576f41fa12da1a48f5445532d5f9cfa15928cb621ce7b2d80651aff658012c229302d0d9992244f3219f
@@ -1,3 +1,3 @@
1
1
  module RubySuperlogica
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -1,5 +1,24 @@
1
1
  require "ruby_superlogica/version"
2
-
2
+ require 'ruby_superlogica/auth'
3
+ require 'ruby_superlogica/customer'
4
+ ##
5
+ # Main module, there is only one method
6
+ # used to set your URL.
7
+ #
8
+ # For exemplo, given that name of your account in Superlogica
9
+ # is "my-company" probably your URL is some thing like:
10
+ # https://my-company.superlogica.net/financeiro/atual/
11
+ #
3
12
  module RubySuperlogica
4
- # Your code goes here...
13
+
14
+ attr_accessor :uri
15
+
16
+ def self.set_uri(uri)
17
+ @uri = uri
18
+ end
19
+
20
+ def self.get_uri
21
+ @uri
22
+ end
23
+
5
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_superlogica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Gióia