kave_rest_api 0.3.1.1 → 0.3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/kave_rest_api/requests/deliver.rb +1 -0
- data/lib/kave_rest_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59e0c7f03a2137548443cc73c329f0bcd3299fdb5bce4043b82677307709a5e7
|
4
|
+
data.tar.gz: 8dedcfbe1619e5b159e1a77a1aacb12a8edddc3da9dd06a6421b01bfe3189749
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f601c3f02b58b06af48879ff2f554bd7d1897b4d89d1c4e928aea9a407a375e8419bfae5975517ff39f791ae8618a94dae33ceee1ab565f06ad5c08de080b07e
|
7
|
+
data.tar.gz: f1e68b3f52abe780ae09276d3b65dba907c94ed2daf26d33b2f2225b0faafa755f180eb0a73b3e1b9de6815ed98b925dbdb3294116c080a891398c87a09c9ec6
|
@@ -8,6 +8,7 @@ module KaveRestApi
|
|
8
8
|
validates_format_of :messageid, :with => /^\d+(,\d+)*$/, :if => Proc.new { !messageid.nil? }
|
9
9
|
|
10
10
|
def initialize(args = {})
|
11
|
+
super
|
11
12
|
@ACTION_NAME = [:status,'json'].join('.').freeze
|
12
13
|
@messageid = args.fetch(:messageid)
|
13
14
|
if @messageid.kind_of?(Array)
|