Class: Raven::Competitors
- Inherits:
-
Object
- Object
- Raven::Competitors
- Defined in:
- lib/rb_raven_api/competitors.rb
Class Method Summary collapse
-
.for_domain(domain, cstm = {}) ⇒ Raven::Response
This request will return the available competitors for the domain provided.
Class Method Details
.for_domain(domain, cstm = {}) ⇒ Raven::Response
This request will return the available competitors for the domain provided.
12 13 14 |
# File 'lib/rb_raven_api/competitors.rb', line 12 def self.for_domain domain, cstm = {} Raven.http.get '', { method: 'competitors', domain: domain }.merge(cstm) end |