class TerraspacePluginAws::Interfaces::Helper::SecretBase

Public Class Methods

new(options={}) click to toggle source
# File lib/terraspace_plugin_aws/interfaces/helper/secret_base.rb, line 8
def initialize(options={})
  @options = options
  @base64 = options[:base64]
end