class AwsCredVault::Bastion
Attributes
host[R]
name[R]
Public Class Methods
new(name, host)
click to toggle source
# File lib/aws_cred_vault/bastion.rb, line 6 def initialize name, host @name = name @host = host end