File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ docs/RbmMessageMedia.md
140140docs/RbmOpenUrlEnum.md
141141docs/RbmStandaloneCard.md
142142docs/RbmSuggestionResponse.md
143- docs/RbmVebViewEnum .md
143+ docs/RbmWebViewEnum .md
144144docs/RecordingAvailableCallback.md
145145docs/RecordingCompleteCallback.md
146146docs/RecordingStateEnum.md
@@ -337,7 +337,7 @@ lib/bandwidth-sdk/models/rbm_message_media.rb
337337lib/bandwidth-sdk/models/rbm_open_url_enum.rb
338338lib/bandwidth-sdk/models/rbm_standalone_card.rb
339339lib/bandwidth-sdk/models/rbm_suggestion_response.rb
340- lib/bandwidth-sdk/models/rbm_veb_view_enum .rb
340+ lib/bandwidth-sdk/models/rbm_web_view_enum .rb
341341lib/bandwidth-sdk/models/recording_available_callback.rb
342342lib/bandwidth-sdk/models/recording_complete_callback.rb
343343lib/bandwidth-sdk/models/recording_state_enum.rb
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ Class | Method | HTTP request | Description
300300 - [ Bandwidth::RbmOpenUrlEnum] ( docs/RbmOpenUrlEnum.md )
301301 - [ Bandwidth::RbmStandaloneCard] ( docs/RbmStandaloneCard.md )
302302 - [ Bandwidth::RbmSuggestionResponse] ( docs/RbmSuggestionResponse.md )
303- - [ Bandwidth::RbmVebViewEnum ] ( docs/RbmVebViewEnum .md )
303+ - [ Bandwidth::RbmWebViewEnum ] ( docs/RbmWebViewEnum .md )
304304 - [ Bandwidth::RecordingAvailableCallback] ( docs/RecordingAvailableCallback.md )
305305 - [ Bandwidth::RecordingCompleteCallback] ( docs/RecordingCompleteCallback.md )
306306 - [ Bandwidth::RecordingStateEnum] ( docs/RecordingStateEnum.md )
Original file line number Diff line number Diff line change @@ -2392,7 +2392,7 @@ components:
23922392 - BROWSER
23932393 - WEBVIEW
23942394 example : WEBVIEW
2395- rbmVebViewEnum :
2395+ rbmWebViewEnum :
23962396 type : string
23972397 description : >-
23982398 Defines the layout of the WebView on a mobile device. It must be defined
@@ -2514,7 +2514,7 @@ components:
25142514 application :
25152515 $ref : ' #/components/schemas/rbmOpenUrlEnum'
25162516 webviewViewMode :
2517- $ref : ' #/components/schemas/rbmVebViewEnum '
2517+ $ref : ' #/components/schemas/rbmWebViewEnum '
25182518 required :
25192519 - url
25202520 multiChannelFullActions :
Original file line number Diff line number Diff line change 1717| ** description** | ** String** | The description of the event. | [ optional] |
1818| ** url** | ** String** | The URL to open in browser. | |
1919| ** application** | [ ** RbmOpenUrlEnum** ] ( RbmOpenUrlEnum.md ) | | [ optional] |
20- | ** webview_view_mode** | [ ** RbmVebViewEnum ** ] ( RbmVebViewEnum .md) | | [ optional] |
20+ | ** webview_view_mode** | [ ** RbmWebViewEnum ** ] ( RbmWebViewEnum .md) | | [ optional] |
2121
2222## Example
2323
Original file line number Diff line number Diff line change 99| ** postback_data** | ** String** | Base64 payload the customer receives when the reply is clicked. | |
1010| ** url** | ** String** | The URL to open in browser. | |
1111| ** application** | [ ** RbmOpenUrlEnum** ] ( RbmOpenUrlEnum.md ) | | [ optional] |
12- | ** webview_view_mode** | [ ** RbmVebViewEnum ** ] ( RbmVebViewEnum .md) | | [ optional] |
12+ | ** webview_view_mode** | [ ** RbmWebViewEnum ** ] ( RbmWebViewEnum .md) | | [ optional] |
1313
1414## Example
1515
Original file line number Diff line number Diff line change 1- # Bandwidth::RbmVebViewEnum
1+ # Bandwidth::RbmWebViewEnum
22
33## Properties
44
1010``` ruby
1111require ' bandwidth-sdk'
1212
13- instance = Bandwidth ::RbmVebViewEnum .new ()
13+ instance = Bandwidth ::RbmWebViewEnum .new ()
1414```
1515
Original file line number Diff line number Diff line change 147147require 'bandwidth-sdk/models/rbm_open_url_enum'
148148require 'bandwidth-sdk/models/rbm_standalone_card'
149149require 'bandwidth-sdk/models/rbm_suggestion_response'
150- require 'bandwidth-sdk/models/rbm_veb_view_enum '
150+ require 'bandwidth-sdk/models/rbm_web_view_enum '
151151require 'bandwidth-sdk/models/recording_available_callback'
152152require 'bandwidth-sdk/models/recording_complete_callback'
153153require 'bandwidth-sdk/models/recording_state_enum'
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def self.openapi_types
8282 :'postback_data' => :'String' ,
8383 :'url' => :'String' ,
8484 :'application' => :'RbmOpenUrlEnum' ,
85- :'webview_view_mode' => :'RbmVebViewEnum '
85+ :'webview_view_mode' => :'RbmWebViewEnum '
8686 }
8787 end
8888
Original file line number Diff line number Diff line change 1414require 'time'
1515
1616module Bandwidth
17- class RbmVebViewEnum
17+ class RbmWebViewEnum
1818 FULL = 'FULL' . freeze
1919 HALF = 'HALF' . freeze
2020 TALL = 'TALL' . freeze
@@ -34,8 +34,8 @@ def self.build_from_hash(value)
3434 # @param [String] The enum value in the form of the string
3535 # @return [String] The enum value
3636 def build_from_hash ( value )
37- return value if RbmVebViewEnum . all_vars . include? ( value )
38- raise "Invalid ENUM value #{ value } for class #RbmVebViewEnum "
37+ return value if RbmWebViewEnum . all_vars . include? ( value )
38+ raise "Invalid ENUM value #{ value } for class #RbmWebViewEnum "
3939 end
4040 end
4141end
You can’t perform that action at this time.
0 commit comments