Skip to content

Commit

Permalink
97.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Sep 16, 2020
1 parent df2f3bb commit 48d3045
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Platform API Client SDK - Ruby
---
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.23)
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.24)

Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)

Expand All @@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
### from rubygems.org

```{"language":"ruby"}
gem install 'purecloudplatformclientv2', '~> 97.0.23'
gem install 'purecloudplatformclientv2', '~> 97.0.24'
```

### Install from Git
Expand Down
4 changes: 2 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Platform API Client SDK - Ruby
---
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.23)
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.24)

Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)

Expand All @@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
### from rubygems.org

```{"language":"ruby"}
gem install 'purecloudplatformclientv2', '~> 97.0.23'
gem install 'purecloudplatformclientv2', '~> 97.0.24'
```

### Install from Git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ title: WfmHistoricalDataUploadRequestStatusTopicDateTime
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **i_millis** | **Integer** | | [optional] |
| **before_now** | **BOOLEAN** | | [optional] |
| **after_now** | **BOOLEAN** | | [optional] |
| **equal_now** | **BOOLEAN** | | [optional] |
| **before_now** | **BOOLEAN** | | [optional] |
{: class="table table-striped"}


4 changes: 2 additions & 2 deletions build/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Platform API Client SDK - Ruby
---
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.23)
![](http://ruby-gem-downloads-badge.herokuapp.com/purecloudplatformclientv2?label=97.0.24)

Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)

Expand All @@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
### from rubygems.org

```{"language":"ruby"}
gem install 'purecloudplatformclientv2', '~> 97.0.23'
gem install 'purecloudplatformclientv2', '~> 97.0.24'
```

### Install from Git
Expand Down
2 changes: 1 addition & 1 deletion build/lib/purecloudplatformclientv2/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def build_request(http_method, path, opts = {})
http_method = http_method.to_sym.downcase

header_params = @default_headers.merge(opts[:header_params] || {})
header_params['purecloud-sdk'] = '97.0.23'
header_params['purecloud-sdk'] = '97.0.24'
query_params = opts[:query_params] || {}
form_params = opts[:form_params] || {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ module PureCloud
class WfmHistoricalDataUploadRequestStatusTopicDateTime
attr_accessor :i_millis

attr_accessor :before_now

attr_accessor :after_now

attr_accessor :equal_now

attr_accessor :before_now

# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{

:'i_millis' => :'iMillis',

:'after_now' => :'afterNow',
:'before_now' => :'beforeNow',

:'equal_now' => :'equalNow',
:'after_now' => :'afterNow',

:'before_now' => :'beforeNow'
:'equal_now' => :'equalNow'

}
end
Expand All @@ -47,11 +47,11 @@ def self.swagger_types

:'i_millis' => :'Integer',

:'after_now' => :'BOOLEAN',
:'before_now' => :'BOOLEAN',

:'equal_now' => :'BOOLEAN',
:'after_now' => :'BOOLEAN',

:'before_now' => :'BOOLEAN'
:'equal_now' => :'BOOLEAN'

}
end
Expand All @@ -74,28 +74,28 @@ def initialize(attributes = {})
end


if attributes.has_key?(:'afterNow')
if attributes.has_key?(:'beforeNow')


self.after_now = attributes[:'afterNow']
self.before_now = attributes[:'beforeNow']


end


if attributes.has_key?(:'equalNow')
if attributes.has_key?(:'afterNow')


self.equal_now = attributes[:'equalNow']
self.after_now = attributes[:'afterNow']


end


if attributes.has_key?(:'beforeNow')
if attributes.has_key?(:'equalNow')


self.before_now = attributes[:'beforeNow']
self.equal_now = attributes[:'equalNow']


end
Expand Down Expand Up @@ -161,9 +161,9 @@ def ==(o)
return true if self.equal?(o)
self.class == o.class &&
i_millis == o.i_millis &&
before_now == o.before_now &&
after_now == o.after_now &&
equal_now == o.equal_now &&
before_now == o.before_now
equal_now == o.equal_now
end

# @see the `==` method
Expand All @@ -175,7 +175,7 @@ def eql?(o)
# Calculates hash code according to all attributes.
# @return [Fixnum] Hash code
def hash
[i_millis, after_now, equal_now, before_now].hash
[i_millis, before_now, after_now, equal_now].hash
end

# build the object from hash
Expand Down
2 changes: 1 addition & 1 deletion build/lib/purecloudplatformclientv2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
=end

module PureCloud
VERSION = "97.0.23"
VERSION = "97.0.24"
end
Binary file removed build/purecloudplatformclientv2-97.0.23.gem
Binary file not shown.
Binary file added build/purecloudplatformclientv2-97.0.24.gem
Binary file not shown.
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"major": 97,
"minor": 0,
"point": 23,
"point": 24,
"prerelease": "",
"apiVersion": 0,
"display": "97.0.23",
"displayFull": "97.0.23"
"display": "97.0.24",
"displayFull": "97.0.24"
}

0 comments on commit 48d3045

Please sign in to comment.