radiomanager_client 1.0.93 → 1.0.94

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: 7d231184b2f1bd5e78f4fad8764721ecd5671ed8
4
- data.tar.gz: 5f4b2b022e6850088a1854d292c49d54d92fa043
3
+ metadata.gz: cbbea0a78893f7810489fb719c961fd7f10ed357
4
+ data.tar.gz: 7b4ee3494fe091a8d4807df5447860f32575364a
5
5
  SHA512:
6
- metadata.gz: 2e45f9d4db39562e27a458f56f2636224ba5c780b98642cc9c577fe60f4e8e0944a136b802b38768ec6f41fa01e331791ea54e984670f919203203291acf7f03
7
- data.tar.gz: 4f53d9e482185e93c30a7cf00a876c9d075566fe868d85e74be8237e16f4f4795955c22969693f1096af0fdec044728b6c799557eb2fbbab2a5e0cb5933aecbb
6
+ metadata.gz: dcbcb3e7590914e97f8fa9d98e30fd11c0271544c1dd0ebee8f043f792c5f6232d94615883e7e8341af31fb5dd83f2defefb2b87da8b6b794b60aad3870d0578
7
+ data.tar.gz: 35ad7dd06a97919a548ed854529facde45dd734ac4538123852f7578da77f452fa435258fdf805748ccfd953a47d8008afa9c465aee285a4c8dcf7fa458b8387
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.93
6
+ - Package version: 1.0.94
7
7
  For more information, please visit [https://pluxbox.com](https://pluxbox.com)
8
8
 
9
9
  ## Installation
@@ -221,7 +221,6 @@ Class | Method | HTTP request | Description
221
221
  - [RadioManagerClient::ReadOnly](docs/ReadOnly.md)
222
222
  - [RadioManagerClient::RelationsPlaceholder](docs/RelationsPlaceholder.md)
223
223
  - [RadioManagerClient::Story](docs/Story.md)
224
- - [RadioManagerClient::StoryInputOnly](docs/StoryInputOnly.md)
225
224
  - [RadioManagerClient::StoryOutputOnly](docs/StoryOutputOnly.md)
226
225
  - [RadioManagerClient::StoryRelations](docs/StoryRelations.md)
227
226
  - [RadioManagerClient::StoryRelationsItems](docs/StoryRelationsItems.md)
@@ -8,6 +8,5 @@ Name | Type | Description | Notes
8
8
  **field_values** | **Object** | | [optional]
9
9
  **name** | **String** | |
10
10
  **description** | **String** | | [optional]
11
- **tags** | **Array<Integer>** | | [optional]
12
11
 
13
12
 
@@ -25,8 +25,6 @@ module RadioManagerClient
25
25
 
26
26
  attr_accessor :description
27
27
 
28
- attr_accessor :tags
29
-
30
28
 
31
29
  # Attribute mapping from ruby-style variable name to JSON key.
32
30
  def self.attribute_map
@@ -35,8 +33,7 @@ module RadioManagerClient
35
33
  :'recommended' => :'recommended',
36
34
  :'field_values' => :'field_values',
37
35
  :'name' => :'name',
38
- :'description' => :'description',
39
- :'tags' => :'tags'
36
+ :'description' => :'description'
40
37
  }
41
38
  end
42
39
 
@@ -47,8 +44,7 @@ module RadioManagerClient
47
44
  :'recommended' => :'BOOLEAN',
48
45
  :'field_values' => :'Object',
49
46
  :'name' => :'String',
50
- :'description' => :'String',
51
- :'tags' => :'Array<Integer>'
47
+ :'description' => :'String'
52
48
  }
53
49
  end
54
50
 
@@ -80,12 +76,6 @@ module RadioManagerClient
80
76
  self.description = attributes[:'description']
81
77
  end
82
78
 
83
- if attributes.has_key?(:'tags')
84
- if (value = attributes[:'tags']).is_a?(Array)
85
- self.tags = value
86
- end
87
- end
88
-
89
79
  end
90
80
 
91
81
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -120,8 +110,7 @@ module RadioManagerClient
120
110
  recommended == o.recommended &&
121
111
  field_values == o.field_values &&
122
112
  name == o.name &&
123
- description == o.description &&
124
- tags == o.tags
113
+ description == o.description
125
114
  end
126
115
 
127
116
  # @see the `==` method
@@ -133,7 +122,7 @@ module RadioManagerClient
133
122
  # Calculates hash code according to all attributes.
134
123
  # @return [Fixnum] Hash code
135
124
  def hash
136
- [model_type_id, recommended, field_values, name, description, tags].hash
125
+ [model_type_id, recommended, field_values, name, description].hash
137
126
  end
138
127
 
139
128
  # Builds the object from hash
@@ -116,7 +116,6 @@ require 'radiomanager_client/models/program_results'
116
116
  require 'radiomanager_client/models/read_only'
117
117
  require 'radiomanager_client/models/relations_placeholder'
118
118
  require 'radiomanager_client/models/story'
119
- require 'radiomanager_client/models/story_input_only'
120
119
  require 'radiomanager_client/models/story_output_only'
121
120
  require 'radiomanager_client/models/story_relations'
122
121
  require 'radiomanager_client/models/story_relations_items'
@@ -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.93"
20
+ s.version = "1.0.94"
21
21
  s.platform = Gem::Platform::RUBY
22
22
  s.authors = ["Pluxbox"]
23
23
  s.email = ["support@pluxbox.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiomanager_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.93
4
+ version: 1.0.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pluxbox