radiomanager_client 1.0.94 → 1.0.95

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
  SHA1:
3
- metadata.gz: cbbea0a78893f7810489fb719c961fd7f10ed357
4
- data.tar.gz: 7b4ee3494fe091a8d4807df5447860f32575364a
3
+ metadata.gz: 6a61c8f4032a4d54a4ff8f5c5e7702a314cb0d32
4
+ data.tar.gz: 64b59be5dc210fd0034cbd0f64a974d1cf09145b
5
5
  SHA512:
6
- metadata.gz: dcbcb3e7590914e97f8fa9d98e30fd11c0271544c1dd0ebee8f043f792c5f6232d94615883e7e8341af31fb5dd83f2defefb2b87da8b6b794b60aad3870d0578
7
- data.tar.gz: 35ad7dd06a97919a548ed854529facde45dd734ac4538123852f7578da77f452fa435258fdf805748ccfd953a47d8008afa9c465aee285a4c8dcf7fa458b8387
6
+ metadata.gz: ad00d7f841c5dfb5351e9bfbba6af2508ccc82257188211df987fbc8da78adbc7952131415ca2da719fa3d4c804902a5d4fdaf2bb51aabb385bf4757bc32acb7
7
+ data.tar.gz: f08d632d32857be1217c438cc530e1b5fdac7f92ccace6b137ca6abbd7468191adbab615341aec2bd53198a4a7f2d7be393190ac643707ce87e011c2af036f92
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  RadioManagerClient - the Ruby gem for the RadioManager
4
4
 
5
5
  - API version: 2.0
6
- - Package version: 1.0.94
6
+ - Package version: 1.0.95
7
7
  For more information, please visit [https://pluxbox.com](https://pluxbox.com)
8
8
 
9
9
  ## Installation
@@ -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
- **previous_id** | **Integer** | | [optional]
22
+ **_previous_id** | **Integer** | | [optional]
23
23
  **contacts** | **Array<Integer>** | | [optional]
24
24
  **tags** | **Array<Integer>** | | [optional]
25
25
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **previous_id** | **Integer** | | [optional]
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 :previous_id
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
- :'previous_id' => :'previous_id',
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
- :'previous_id' => :'Integer',
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?(:'previous_id')
201
- self.previous_id = attributes[:'previous_id']
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
- previous_id == o.previous_id &&
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, previous_id, contacts, tags].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, _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 :previous_id
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
- :'previous_id' => :'previous_id',
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
- :'previous_id' => :'Integer',
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?(:'previous_id')
52
- self.previous_id = attributes[:'previous_id']
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
- previous_id == o.previous_id &&
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
- [previous_id, contacts, tags].hash
101
+ [_previous_id, contacts, tags].hash
102
102
  end
103
103
 
104
104
  # Builds the object from hash
@@ -17,7 +17,7 @@ require "radiomanager_client/version"
17
17
 
18
18
  Gem::Specification.new do |s|
19
19
  s.name = "radiomanager_client"
20
- s.version = "1.0.94"
20
+ s.version = "1.0.95"
21
21
  s.platform = Gem::Platform::RUBY
22
22
  s.authors = ["Pluxbox"]
23
23
  s.email = ["support@pluxbox.com"]
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.94
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-14 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus