lib/smartsheet/endpoints/sheets/comments.rb in smartsheet-1.0.0.beta.2 vs lib/smartsheet/endpoints/sheets/comments.rb in smartsheet-1.0.0
- old
+ new
@@ -1,7 +1,12 @@
require 'smartsheet/endpoints/sheets/comments_attachments'
module Smartsheet
+ # Comments Endpoints
+ # @see https://smartsheet-platform.github.io/api-docs/?ruby#comments API Comments Docs
+ #
+ # @!attribute [r] attachments
+ # @return [CommentsAttachments]
class Comments
attr_reader :client, :attachments
private :client
def initialize(client)
\ No newline at end of file