Module: Spyonweb::API

Included in:
Spyonweb
Defined in:
lib/spyonweb/api.rb

Instance Method Summary collapse

Instance Method Details

#adsense(query, args = {}) ⇒ Object



16
17
18
# File 'lib/spyonweb/api.rb', line 16

def adsense(query, args = {})
  get('adsense', query, args)
end

#analytics(query, args = {}) ⇒ Object



20
21
22
# File 'lib/spyonweb/api.rb', line 20

def analytics(query, args = {})
  get('analytics', query, args)
end

#dns_domain(query, args = {}) ⇒ Object



24
25
26
# File 'lib/spyonweb/api.rb', line 24

def dns_domain(query, args = {})
  get('dns_domain', query, args)
end

#domain(query) ⇒ Object



8
9
10
# File 'lib/spyonweb/api.rb', line 8

def domain(query)
  get('domain', query)
end

#ip(query, args = {}) ⇒ Object



12
13
14
# File 'lib/spyonweb/api.rb', line 12

def ip(query, args = {})
  get('ip', query, args)
end

#ip_dns(query, args = {}) ⇒ Object



28
29
30
# File 'lib/spyonweb/api.rb', line 28

def ip_dns(query, args = {})
  get('ip_dns', query, args)
end

#summary(query) ⇒ Object



4
5
6
# File 'lib/spyonweb/api.rb', line 4

def summary(query)
  get('summary', query)
end