Sha256: a7750e732dd0b8c9008da9edc9b7b79f9189c50c7dd5830fd96fb3642b989072
Contents?: true
Size: 520 Bytes
Versions: 203
Compression:
Stored size: 520 Bytes
Contents
# UltracartClient::BrowserOS ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **family** | **String** | | [optional] | | **major** | **String** | | [optional] | | **minor** | **String** | | [optional] | | **patch** | **String** | | [optional] | | **patch_minor** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::BrowserOS.new( family: null, major: null, minor: null, patch: null, patch_minor: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems