lib/smartsheet/api/endpoint_spec.rb in smartsheet-1.0.0.beta.2 vs lib/smartsheet/api/endpoint_spec.rb in smartsheet-1.0.0

- old
+ new

@@ -1,8 +1,9 @@ require_relative 'url_builder' module Smartsheet module API + # Specification for a single endpoint's configuration class EndpointSpec attr_reader :method, :url_segments, :spec def initialize(method, url, **spec) @method = method