Method: XingApi::Company::Update::Comment.list

Defined in:
lib/xing_api/company/update/comment.rb

.list(update_id, options = {}) ⇒ Object



5
6
7
# File 'lib/xing_api/company/update/comment.rb', line 5

def self.list(update_id, options = {})
  request(:get, "/v1/companies/updates/#{update_id}/comments", options)
end