Module: LinkedIn::API::Comment

Included in:
LinkedIn::API
Defined in:
lib/linked_in/api/comment.rb

Instance Method Summary collapse

Instance Method Details

#get_comment(id_or_params, options = {}) ⇒ Object



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

def get_comment(id_or_params, options={})
  get_object("comments", id_or_params, options)
end

#get_comments(ids, options = {}) ⇒ Object

Batch lookups



9
10
11
# File 'lib/linked_in/api/comment.rb', line 9

def get_comments(ids, options={})
  get_objects("comments", ids, options)
end