Sha256: 7abc3bf4d507e9b5a8a3eb710e1db69c87d1fbc1f489e43edfd24ee61618f060

Contents?: true

Size: 867 Bytes

Versions: 11

Compression:

Stored size: 867 Bytes

Contents

module HelloSign
  module Resource

    #
    # A group of documents that a user can take ownership of by going to the claim URL
    # Take a look at our {https://www.hellosign.com/api/reference#UnclaimedDraft unclaimed draft resource document}
    # for more information about this.
    #
    # @author [hellosign]
    #
    class UnclaimedDraft < BaseResource

      #
      # create a new UnclaimedDraft from a hash. If a key is defined then unclaimed draft data with be the value of hash[key], otherwise the hash itself
      # @param  hash [Hash] unclaimed draft's data
      # @param  key [String] (unclaimed_draft) key of the hash, point to where unclaimed draft data is. If nil then the hash itself
      #
      # @return [HelloSign::Resource:Team] a Team resource
      def initialize(hash, key='unclaimed_draft')
        super
      end
    end

  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hellosign-ruby-sdk-3.0.11 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.10 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.9 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.7 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.6 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.5 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.4 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.3 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.2 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.1 lib/hello_sign/resource/unclaimed_draft.rb
hellosign-ruby-sdk-3.0.0 lib/hello_sign/resource/unclaimed_draft.rb