Module: RubyStackoverflow::Client::CommentsHelper
- Included in:
- RubyStackoverflow::Client
- Defined in:
- lib/ruby-stackoverflow/client/comments_helper.rb
Instance Method Summary collapse
Instance Method Details
#comments(options = {}) ⇒ Object
4 5 6 |
# File 'lib/ruby-stackoverflow/client/comments_helper.rb', line 4 def comments( = {}) comments_response() end |
#comments_by_ids(ids, options = {}) ⇒ Object
8 9 10 11 |
# File 'lib/ruby-stackoverflow/client/comments_helper.rb', line 8 def comments_by_ids(ids, = {}) url = join_ids(ids) comments_response(, url) end |