Class: Crown::LinkedIn
- Inherits:
-
Object
- Object
- Crown::LinkedIn
- Defined in:
- lib/crown/linkedin.rb,
lib/crown/linkedin/counter.rb
Defined Under Namespace
Classes: URICounter
Class Method Summary collapse
-
.count(uri, options = {}) ⇒ Object
——————————————————————- #.
Instance Method Summary collapse
-
#count(uri, options = {}) ⇒ Object
——————————————————————- #.
Class Method Details
Instance Method Details
#count(uri, options = {}) ⇒ Object
56 57 58 |
# File 'lib/crown/linkedin.rb', line 56 def count(uri, = {}) return Crown::LinkedIn::URICounter.new.count(uri, ) end |