seo-position-tracker-ruby 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/seo-position-tracker-ruby.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce68e5ea9571d8678be30b05193c03d5a9167315907b85245d9b216ee46906bf
|
4
|
+
data.tar.gz: 359d063644b0dc7da46aa4751d37cff907cb05ac03a71e6767b1b387e341384d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2eb944a58b5ef09dac5e661722bf6a2534e61e0879a5d6ed12c95ebe41bbec22eb9f7aeccec47678f5622822002e351c4fc8f6be2f880d7ea63be03d941ce936
|
7
|
+
data.tar.gz: 54ff90117808db17a6b47f4a6fdcdfad367d1bb33e4f936c8efb08eeb4548e2eb26c7d7bf9fcf1cd7e1a4af176ab0773fa76e48d93081f3ff8b4466c51375096
|
@@ -99,7 +99,7 @@ module SeoPositionTracker
|
|
99
99
|
class Scraper
|
100
100
|
attr_accessor :query, :api_key, :keywords, :websites, :language, :country, :location, :domain
|
101
101
|
|
102
|
-
def initialize(query, api_key, keywords, websites, language, country, location, domain)
|
102
|
+
def initialize(query, api_key, keywords, websites, language = nil, country = nil, location = nil, domain = nil)
|
103
103
|
@query = query
|
104
104
|
@api_key = api_key
|
105
105
|
@keywords = keywords
|