module MuxRuby
#Mux API
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
The version of the OpenAPI document: v1 Contact: devex@mux.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.0.1
#Mux API
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
The version of the OpenAPI document: v1 Contact: devex@mux.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.0.1
#Mux API
#Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before.
The version of the OpenAPI document: v1 Contact: devex@mux.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.0.1
Constants
- VERSION
Public Class Methods
Customize default settings for the SDK using block.
MuxRuby.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/mux_ruby.rb, line 142 def configure if block_given? yield(Configuration.default) else Configuration.default end end