radiomanager_client 1.0.94 → 1.0.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a61c8f4032a4d54a4ff8f5c5e7702a314cb0d32
|
4
|
+
data.tar.gz: 64b59be5dc210fd0034cbd0f64a974d1cf09145b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad00d7f841c5dfb5351e9bfbba6af2508ccc82257188211df987fbc8da78adbc7952131415ca2da719fa3d4c804902a5d4fdaf2bb51aabb385bf4757bc32acb7
|
7
|
+
data.tar.gz: f08d632d32857be1217c438cc530e1b5fdac7f92ccace6b137ca6abbd7468191adbab615341aec2bd53198a4a7f2d7be393190ac643707ce87e011c2af036f92
|
data/README.md
CHANGED
data/docs/ItemDataInput.md
CHANGED
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
|
|
19
19
|
**user_draft_id** | **Integer** | | [optional]
|
20
20
|
**static_start** | **BOOLEAN** | | [optional]
|
21
21
|
**details** | **String** | | [optional]
|
22
|
-
**
|
22
|
+
**_previous_id** | **Integer** | | [optional]
|
23
23
|
**contacts** | **Array<Integer>** | | [optional]
|
24
24
|
**tags** | **Array<Integer>** | | [optional]
|
25
25
|
|
data/docs/ItemInputOnly.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**_previous_id** | **Integer** | | [optional]
|
7
7
|
**contacts** | **Array<Integer>** | | [optional]
|
8
8
|
**tags** | **Array<Integer>** | | [optional]
|
9
9
|
|
@@ -47,7 +47,7 @@ module RadioManagerClient
|
|
47
47
|
|
48
48
|
attr_accessor :details
|
49
49
|
|
50
|
-
attr_accessor :
|
50
|
+
attr_accessor :_previous_id
|
51
51
|
|
52
52
|
attr_accessor :contacts
|
53
53
|
|
@@ -94,7 +94,7 @@ module RadioManagerClient
|
|
94
94
|
:'user_draft_id' => :'user_draft_id',
|
95
95
|
:'static_start' => :'static_start',
|
96
96
|
:'details' => :'details',
|
97
|
-
:'
|
97
|
+
:'_previous_id' => :'_previous_id',
|
98
98
|
:'contacts' => :'contacts',
|
99
99
|
:'tags' => :'tags'
|
100
100
|
}
|
@@ -119,7 +119,7 @@ module RadioManagerClient
|
|
119
119
|
:'user_draft_id' => :'Integer',
|
120
120
|
:'static_start' => :'BOOLEAN',
|
121
121
|
:'details' => :'String',
|
122
|
-
:'
|
122
|
+
:'_previous_id' => :'Integer',
|
123
123
|
:'contacts' => :'Array<Integer>',
|
124
124
|
:'tags' => :'Array<Integer>'
|
125
125
|
}
|
@@ -197,8 +197,8 @@ module RadioManagerClient
|
|
197
197
|
self.details = attributes[:'details']
|
198
198
|
end
|
199
199
|
|
200
|
-
if attributes.has_key?(:'
|
201
|
-
self.
|
200
|
+
if attributes.has_key?(:'_previous_id')
|
201
|
+
self._previous_id = attributes[:'_previous_id']
|
202
202
|
end
|
203
203
|
|
204
204
|
if attributes.has_key?(:'contacts')
|
@@ -271,7 +271,7 @@ module RadioManagerClient
|
|
271
271
|
user_draft_id == o.user_draft_id &&
|
272
272
|
static_start == o.static_start &&
|
273
273
|
details == o.details &&
|
274
|
-
|
274
|
+
_previous_id == o._previous_id &&
|
275
275
|
contacts == o.contacts &&
|
276
276
|
tags == o.tags
|
277
277
|
end
|
@@ -285,7 +285,7 @@ module RadioManagerClient
|
|
285
285
|
# Calculates hash code according to all attributes.
|
286
286
|
# @return [Fixnum] Hash code
|
287
287
|
def hash
|
288
|
-
[model_type_id, block_id, external_id, field_values, title, duration, start, status, import, campaign_id, recommended, station_draft_id, program_draft_id, user_draft_id, static_start, details,
|
288
|
+
[model_type_id, block_id, external_id, field_values, title, duration, start, status, import, campaign_id, recommended, station_draft_id, program_draft_id, user_draft_id, static_start, details, _previous_id, contacts, tags].hash
|
289
289
|
end
|
290
290
|
|
291
291
|
# Builds the object from hash
|
@@ -15,7 +15,7 @@ require 'date'
|
|
15
15
|
module RadioManagerClient
|
16
16
|
|
17
17
|
class ItemInputOnly
|
18
|
-
attr_accessor :
|
18
|
+
attr_accessor :_previous_id
|
19
19
|
|
20
20
|
attr_accessor :contacts
|
21
21
|
|
@@ -25,7 +25,7 @@ module RadioManagerClient
|
|
25
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
26
26
|
def self.attribute_map
|
27
27
|
{
|
28
|
-
:'
|
28
|
+
:'_previous_id' => :'_previous_id',
|
29
29
|
:'contacts' => :'contacts',
|
30
30
|
:'tags' => :'tags'
|
31
31
|
}
|
@@ -34,7 +34,7 @@ module RadioManagerClient
|
|
34
34
|
# Attribute type mapping.
|
35
35
|
def self.swagger_types
|
36
36
|
{
|
37
|
-
:'
|
37
|
+
:'_previous_id' => :'Integer',
|
38
38
|
:'contacts' => :'Array<Integer>',
|
39
39
|
:'tags' => :'Array<Integer>'
|
40
40
|
}
|
@@ -48,8 +48,8 @@ module RadioManagerClient
|
|
48
48
|
# convert string to symbol for hash key
|
49
49
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
50
50
|
|
51
|
-
if attributes.has_key?(:'
|
52
|
-
self.
|
51
|
+
if attributes.has_key?(:'_previous_id')
|
52
|
+
self._previous_id = attributes[:'_previous_id']
|
53
53
|
end
|
54
54
|
|
55
55
|
if attributes.has_key?(:'contacts')
|
@@ -84,7 +84,7 @@ module RadioManagerClient
|
|
84
84
|
def ==(o)
|
85
85
|
return true if self.equal?(o)
|
86
86
|
self.class == o.class &&
|
87
|
-
|
87
|
+
_previous_id == o._previous_id &&
|
88
88
|
contacts == o.contacts &&
|
89
89
|
tags == o.tags
|
90
90
|
end
|
@@ -98,7 +98,7 @@ module RadioManagerClient
|
|
98
98
|
# Calculates hash code according to all attributes.
|
99
99
|
# @return [Fixnum] Hash code
|
100
100
|
def hash
|
101
|
-
[
|
101
|
+
[_previous_id, contacts, tags].hash
|
102
102
|
end
|
103
103
|
|
104
104
|
# Builds the object from hash
|
data/radiomanager_client.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiomanager_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.95
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pluxbox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|