Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 532 Bytes

Os.md

File metadata and controls

24 lines (18 loc) · 532 Bytes

VultrRuby::Os

Properties

Name Type Description Notes
id Integer The Operating System id. [optional]
name String The Operating System description. [optional]
arch String The Operating System architecture. [optional]
family String The Operating System family. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::Os.new(
  id: null,
  name: null,
  arch: null,
  family: null
)