lib/ezlinkedin/api/query_methods.rb in ezlinkedin-0.4.2 vs lib/ezlinkedin/api/query_methods.rb in ezlinkedin-0.5.2
- old
+ new
@@ -43,11 +43,11 @@
#
# Do a company search based on id, email, or universal-name
# @param options={} [Hash] parameters to search by, includes:
# id, universal-name(pass it in as :name), email-domain(:domain).
- # options can also include a string array of fields to return. See
+ # The 'fields' option only works if you search with an id. See
# the linkedin api for available fields
#
# @return [Mash] Mash hash of results
def company(options={})
path = company_path(options)
@@ -162,6 +162,6 @@
end
end
end
end
-end
\ No newline at end of file
+end