hellosign-ruby-sdk 3.7.0 → 3.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  #
2
2
  # The MIT License (MIT)
3
- #
3
+ #
4
4
  # Copyright (C) 2014 hellosign.com
5
- #
5
+ #
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  # of this software and associated documentation files (the "Software"), to deal
8
8
  # in the Software without restriction, including without limitation the rights
@@ -26,8 +26,8 @@ module HelloSign
26
26
  module Resource
27
27
 
28
28
  #
29
- # A group of documents that a user can take ownership of by going to the claim URL
30
- # Take a look at our {https://app.hellosign.com/api/reference#UnclaimedDraft unclaimed draft resource document}
29
+ # A group of documents that a user can take ownership of by going to the claim_url.
30
+ # Take a look at our API documentation for creating UnclaimedDrafts (https://app.hellosign.com/api/reference#UnclaimedDraft)
31
31
  # for more information about this.
32
32
  #
33
33
  # @author [hellosign]
@@ -35,11 +35,11 @@ module HelloSign
35
35
  class UnclaimedDraft < BaseResource
36
36
 
37
37
  #
38
- # 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
39
- # @param hash [Hash] unclaimed draft's data
40
- # @param key [String] (unclaimed_draft) key of the hash, point to where unclaimed draft data is. If nil then the hash itself
38
+ # create a new UnclaimedDraft from a hash. If a key is defined then UnclaimedDraft data with be the value of hash[key], otherwise the hash itself.
39
+ # @param hash [Hash] UnclaimedDraft's data
40
+ # @param key [String] (unclaimed_draft) Key of the hash, point to where UnclaimedDraft data is. If nil, then the hash itself.
41
41
  #
42
- # @return [HelloSign::Resource:Team] a Team resource
42
+ # @return [HelloSign::Resource:Team] an UnclaimedDraft resource
43
43
  def initialize(hash, key='unclaimed_draft')
44
44
  super
45
45
  end
@@ -23,5 +23,5 @@
23
23
  #
24
24
 
25
25
  module HelloSign
26
- VERSION = '3.7.0'
26
+ VERSION = '3.7.1'
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hellosign-ruby-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.0
4
+ version: 3.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - HelloSign
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-16 00:00:00.000000000 Z
11
+ date: 2018-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler