Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 545 Bytes

Ssh.md

File metadata and controls

24 lines (18 loc) · 545 Bytes

VultrRuby::Ssh

Properties

Name Type Description Notes
id String A unique ID for the SSH Key. [optional]
date_created String The date this SSH Key was created. [optional]
name String The user-supplied name for this SSH Key. [optional]
ssh_key String The SSH Key. [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::Ssh.new(
  id: null,
  date_created: null,
  name: null,
  ssh_key: null
)