docusign_dtr 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d56607dfeb92e64937b9b0324272ba30ddc153a91b845d94e203560cad946606
4
- data.tar.gz: 34c33093ed66ab988d20bfb8f4b2f60c6717f6f6e85391e05f7635c71470b78d
3
+ metadata.gz: 20d81553d9678f68c2593a27981eba67b7e92ee66a39ad57d21dd16b2d25ccd7
4
+ data.tar.gz: 55311cb06a10d3540e3fcefe5fa9f91c9512e0d1bd05dc9a8168b82c02c6554d
5
5
  SHA512:
6
- metadata.gz: 042ca675e6c664d9dd0186f7f73dd2fda0263486561dd208a03f93c74693044ce0f7d7482ac108fa6d31e80d3eb053b052a1d47a093daf8553951d66c4f1dcfc
7
- data.tar.gz: 83ad04197d10309bd2af7a3d081e4fd86a57c2098b3513a02ac11b6fe8dc3f1475ab9189e0bc60c49016c85cb511254a5e92ed951d3ef1d37d858b03c1a49ce2
6
+ metadata.gz: f48c70ed8d01b8da5320a74521154000a2b956702f4036748f3a979b5a814fd78b09eb5d1b2ad06c8bf85c01da73f8cb77a533651d91aef75bab6b6ea894d60c
7
+ data.tar.gz: a32e65dd08445a27d7f981727af93d675f4ee11d5e2e937d277c0e6a8e27b2c0db6958160c43379220a2440ec4afcf02e353c186f102126ce7e150214b1468dd
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -35,21 +35,15 @@ module DocusignDtr
35
35
  end
36
36
 
37
37
  def MetaActivityType # rubocop:disable Naming/MethodName
38
- # rubocop:disable LineLength
39
38
  @meta_activity_type ||= DocusignDtr::MetaActivityType.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
40
- # rubocop:enable LineLength
41
39
  end
42
40
 
43
41
  def MetaClosingStatus # rubocop:disable Naming/MethodName
44
- # rubocop:disable LineLength
45
42
  @meta_closing_status ||= DocusignDtr::MetaClosingStatus.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
46
- # rubocop:enable LineLength
47
43
  end
48
44
 
49
45
  def MetaContactSide # rubocop:disable Naming/MethodName
50
- # rubocop:disable LineLength
51
46
  @meta_contact_side ||= DocusignDtr::MetaContactSide.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
52
- # rubocop:enable LineLength
53
47
  end
54
48
 
55
49
  def MetaCountry # rubocop:disable Naming/MethodName
@@ -57,27 +51,19 @@ module DocusignDtr
57
51
  end
58
52
 
59
53
  def MetaCurrency # rubocop:disable Naming/MethodName
60
- # rubocop:disable LineLength
61
54
  @meta_currency ||= DocusignDtr::MetaCurrency.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
62
- # rubocop:enable LineLength
63
55
  end
64
56
 
65
57
  def MetaFinancingType # rubocop:disable Naming/MethodName
66
- # rubocop:disable LineLength
67
58
  @meta_financing_type ||= DocusignDtr::MetaFinancingType.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
68
- # rubocop:enable LineLength
69
59
  end
70
60
 
71
61
  def MetaOriginOfLeadType # rubocop:disable Naming/MethodName
72
- # rubocop:disable LineLength
73
62
  @meta_origin_of_lead_type ||= DocusignDtr::MetaOriginOfLeadType.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
74
- # rubocop:enable LineLength
75
63
  end
76
64
 
77
65
  def MetaPropertyType # rubocop:disable Naming/MethodName
78
- # rubocop:disable LineLength
79
66
  @meta_property_type ||= DocusignDtr::MetaPropertyType.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
80
- # rubocop:enable LineLength
81
67
  end
82
68
 
83
69
  def MetaRole # rubocop:disable Naming/MethodName
@@ -85,21 +71,15 @@ module DocusignDtr
85
71
  end
86
72
 
87
73
  def MetaRoomContactType # rubocop:disable Naming/MethodName
88
- # rubocop:disable LineLength
89
74
  @meta_room_contact_type ||= DocusignDtr::MetaRoomContactType.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
90
- # rubocop:enable LineLength
91
75
  end
92
76
 
93
77
  def MetaSellerDecisionType # rubocop:disable Naming/MethodName
94
- # rubocop:disable LineLength
95
78
  @meta_seller_decision_type ||= DocusignDtr::MetaSellerDecisionType.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
96
- # rubocop:enable LineLength
97
79
  end
98
80
 
99
81
  def MetaSpecialCircumstanceType # rubocop:disable Naming/MethodName
100
- # rubocop:disable LineLength
101
82
  @meta_special_circumstance_type ||= DocusignDtr::MetaSpecialCircumstanceType.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
102
- # rubocop:enable LineLength
103
83
  end
104
84
 
105
85
  def MetaState # rubocop:disable Naming/MethodName
@@ -107,21 +87,15 @@ module DocusignDtr
107
87
  end
108
88
 
109
89
  def MetaTaskDateType # rubocop:disable Naming/MethodName
110
- # rubocop:disable LineLength
111
90
  @meta_task_date_type ||= DocusignDtr::MetaTaskDateType.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
112
- # rubocop:enable LineLength
113
91
  end
114
92
 
115
93
  def MetaTimezone # rubocop:disable Naming/MethodName
116
- # rubocop:disable LineLength
117
94
  @meta_timezone ||= DocusignDtr::MetaTimezone.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
118
- # rubocop:enable LineLength
119
95
  end
120
96
 
121
97
  def MetaTransactionSide # rubocop:disable Naming/MethodName
122
- # rubocop:disable LineLength
123
98
  @meta_transaction_side ||= DocusignDtr::MetaTransactionSide.new(client: self) # rubocop:disable Naming/MemoizedInstanceVariableName
124
- # rubocop:enable LineLength
125
99
  end
126
100
 
127
101
  def Office # rubocop:disable Naming/MethodName
@@ -115,8 +115,8 @@ module DocusignDtr
115
115
  end
116
116
 
117
117
  def to_date(value, key)
118
- Time.parse(value)
119
- value
118
+ date = Time.parse(value)
119
+ date.iso8601
120
120
  rescue ArgumentError
121
121
  raise DocusignDtr::InvalidParameter.new("#{value} is not a valid #{key}")
122
122
  end
@@ -1,3 +1,3 @@
1
1
  module DocusignDtr
2
- VERSION = '0.3.7'.freeze
2
+ VERSION = '0.3.8'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docusign_dtr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Loft47
@@ -34,7 +34,7 @@ cert_chain:
34
34
  yOvdqdXagQS1TU48a0H7/FD4KPhHAknpwcdrwauM6J+qCAROlwuQXeBylhs4rkJA
35
35
  TPT0mp1duWsnjwSWtSfLG8IE0L3oXHV0KzDLQg==
36
36
  -----END CERTIFICATE-----
37
- date: 2019-09-16 00:00:00.000000000 Z
37
+ date: 2020-07-08 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: coveralls
@@ -332,7 +332,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
332
332
  - !ruby/object:Gem::Version
333
333
  version: '0'
334
334
  requirements: []
335
- rubygems_version: 3.0.3
335
+ rubygems_version: 3.1.2
336
336
  signing_key:
337
337
  specification_version: 4
338
338
  summary: Docusign DTR library
metadata.gz.sig CHANGED
Binary file