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