lib/smartsheet/endpoints/reports/reports.rb in smartsheet-1.0.0.beta.2 vs lib/smartsheet/endpoints/reports/reports.rb in smartsheet-1.0.0

- old
+ new

@@ -1,9 +1,14 @@ require 'smartsheet/constants' require_relative 'reports_share' module Smartsheet + # Reports Endpoints + # @see https://smartsheet-platform.github.io/api-docs/?ruby#reports API Reports Docs + # + # @!attribute [r] share + # @return [ReportsShare] class Reports include Smartsheet::Constants attr_reader :client, :share private :client \ No newline at end of file