Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 348 Bytes

CreateIsoRequest.md

File metadata and controls

18 lines (12 loc) · 348 Bytes

VultrRuby::CreateIsoRequest

Properties

Name Type Description Notes
url String Public URL location of the ISO image to download. Example: https://example.com/my-iso.iso

Example

require 'vultr_ruby'

instance = VultrRuby::CreateIsoRequest.new(
  url: null
)